Html Css Color HEX #D99991 Petite Orchid

📋 copy color: '#D99991'

red 217 ◦ green 153 ◦ blue 145

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

Shades of Petite Orchid #D99991

Tints of Petite Orchid #D99991

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.71%

 BLUE value IS 145 (57.03% from 255) = 28.16%

R = 42.14%
G = 29.71%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D99991 (or 0xD99991) is known color: Petite Orchid. HEX triplet: D9, 99 and 91. RGB value is (217,153,145). Sum of RGB (Red+Green+Blue) = 217+153+145=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D99991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99991 is #26666E. Grayscale: #ABABAB. Windows color (decimal): -2516591 or 9542105. OLE color: 9542105.

HSL color Cylindrical-coordinate representation of color #D99991: hue angle of 6.67º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D99991 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 153 145 -
CMYK 0 0.29 0.33 0.15
HSL 6.67º 0.49% 0.71% -
HSV(B) 6.67º 0.33% 0.85% -
XYZ 45.12 39.58 32.05 -
YUV 171.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 217 153 145 0 0.29 0.33 0.15 6.67 0.49 0.71
Hex D9 99 91 0 1D 21 F 7 31 47
Octal 331 231 221 0 35 41 17 7 61 107
Binary 11011001 10011001 10010001 0 11101 100001 1111 111 110001 1000111

Color Harmonies of #D99991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99991

Black with #D99991

Text Example


Text Example

White with #D99991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99991; }

 p { color: rgb(217,153,145); }

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

background-color css

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

 a { background-color: rgb(217,153,145); }

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

border-color css

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

 span { border-color: rgb(217,153,145); }

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