Html Css Color HEX #D3938D Petite Orchid

📋 copy color: '#D3938D'

red 211 ◦ green 147 ◦ blue 141

#D3938D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #D3938D

Tints of Petite Orchid #D3938D

RGB

 RED value IS 211 (82.81% from 255) = 42.28%

 GREEN value IS 147 (57.81% from 255) = 29.46%

 BLUE value IS 141 (55.47% from 255) = 28.26%

R = 42.28%
G = 29.46%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D3938D (or 0xD3938D) is known color: Petite Orchid. HEX triplet: D3, 93 and 8D. RGB value is (211,147,141). Sum of RGB (Red+Green+Blue) = 211+147+141=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 211 - color contains mainly: red. Hex color #D3938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3938D is #2C6C72. Grayscale: #A5A5A5. Windows color (decimal): -2911347 or 9278419. OLE color: 9278419.

HSL color Cylindrical-coordinate representation of color #D3938D: hue angle of 5.14º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D3938D is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 147 141 -
CMYK 0 0.30 0.33 0.17
HSL 5.14º 0.44% 0.69% -
HSV(B) 5.14º 0.33% 0.83% -
XYZ 42.11 36.64 30.05 -
YUV 165.45 114.2 160.49 -
System Red Green Blue C M Y K H S L
Decimal 211 147 141 0 0.30 0.33 0.17 5.14 0.44 0.69
Hex D3 93 8D 0 1E 21 11 5 2C 45
Octal 323 223 215 0 36 41 21 5 54 105
Binary 11010011 10010011 10001101 0 11110 100001 10001 101 101100 1000101

Color Harmonies of #D3938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3938D

Black with #D3938D

Text Example


Text Example

White with #D3938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3938D; }

 p { color: rgb(211,147,141); }

 H1.HeaderClassName
 {
   color: #D3938D;
 }
 .AnyTagClassName
 {
   color: #D3938D;
 }
</style>

background-color css

<style>
 a { background-color: #D3938D; }

 a { background-color: rgb(211,147,141); }

 div.DivClassName
 {
   background-color: #D3938D;
 }
 .BgClassName
 {
   background-color: #D3938D;
 }
</style>

border-color css

<style>
 span { border-color: #D3938D; }

 span { border-color: rgb(211,147,141); }

 td.TdClassName
 {
   border-color: #D3938D;
 }
 .TagClassName
 {
   border-color: #D3938D;
 }
</style>