Html Css Color HEX #D99C8E Petite Orchid

📋 copy color: '#D99C8E'

red 217 ◦ green 156 ◦ blue 142

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

Shades of Petite Orchid #D99C8E

Tints of Petite Orchid #D99C8E

RGB

 RED value IS 217 (85.16% from 255) = 42.14%

 GREEN value IS 156 (61.33% from 255) = 30.29%

 BLUE value IS 142 (55.86% from 255) = 27.57%

R = 42.14%
G = 30.29%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D99C8E (or 0xD99C8E) is known color: Petite Orchid. HEX triplet: D9, 9C and 8E. RGB value is (217,156,142). Sum of RGB (Red+Green+Blue) = 217+156+142=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99C8E is #266371. Grayscale: #ACACAC. Windows color (decimal): -2515826 or 9346265. OLE color: 9346265.

HSL color Cylindrical-coordinate representation of color #D99C8E: hue angle of 11.2º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D99C8E is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 156 142 -
CMYK 0 0.28 0.35 0.15
HSL 11.2º 0.5% 0.7% -
HSV(B) 11.2º 0.35% 0.85% -
XYZ 45.39 40.48 31.01 -
YUV 172.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 217 156 142 0 0.28 0.35 0.15 11.2 0.5 0.7
Hex D9 9C 8E 0 1C 23 F B 32 46
Octal 331 234 216 0 34 43 17 13 62 106
Binary 11011001 10011100 10001110 0 11100 100011 1111 1011 110010 1000110

Color Harmonies of #D99C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C8E

Black with #D99C8E

Text Example


Text Example

White with #D99C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C8E; }

 p { color: rgb(217,156,142); }

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

background-color css

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

 a { background-color: rgb(217,156,142); }

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

border-color css

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

 span { border-color: rgb(217,156,142); }

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