Html Css Color HEX #D99889 Petite Orchid

📋 copy color: '#D99889'

red 217 ◦ green 152 ◦ blue 137

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

Shades of Petite Orchid #D99889

Tints of Petite Orchid #D99889

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.04%

 BLUE value IS 137 (53.91% from 255) = 27.08%

R = 42.89%
G = 30.04%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D99889 (or 0xD99889) is known color: Petite Orchid. HEX triplet: D9, 98 and 89. RGB value is (217,152,137). Sum of RGB (Red+Green+Blue) = 217+152+137=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D99889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99889 is #266776. Grayscale: #A9A9A9. Windows color (decimal): -2516855 or 9017561. OLE color: 9017561.

HSL color Cylindrical-coordinate representation of color #D99889: hue angle of 11.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D99889 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 152 137 -
CMYK 0 0.30 0.37 0.15
HSL 11.25º 0.51% 0.69% -
HSV(B) 11.25º 0.37% 0.85% -
XYZ 44.36 39.01 28.86 -
YUV 169.73 109.53 161.72 -
System Red Green Blue C M Y K H S L
Decimal 217 152 137 0 0.30 0.37 0.15 11.25 0.51 0.69
Hex D9 98 89 0 1E 25 F B 33 45
Octal 331 230 211 0 36 45 17 13 63 105
Binary 11011001 10011000 10001001 0 11110 100101 1111 1011 110011 1000101

Color Harmonies of #D99889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99889

Black with #D99889

Text Example


Text Example

White with #D99889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99889; }

 p { color: rgb(217,152,137); }

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

background-color css

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

 a { background-color: rgb(217,152,137); }

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

border-color css

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

 span { border-color: rgb(217,152,137); }

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