Html Css Color HEX #D89889 Petite Orchid

📋 copy color: '#D89889'

red 216 ◦ green 152 ◦ blue 137

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

Shades of Petite Orchid #D89889

Tints of Petite Orchid #D89889

RGB

 RED value IS 216 (84.77% from 255) = 42.77%

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

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

R = 42.77%
G = 30.1%
B = 27.13%

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

#D89889 (or 0xD89889) is known color: Petite Orchid. HEX triplet: D8, 98 and 89. RGB value is (216,152,137). Sum of RGB (Red+Green+Blue) = 216+152+137=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D89889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89889 is #276776. Grayscale: #A9A9A9. Windows color (decimal): -2582391 or 9017560. OLE color: 9017560.

HSL color Cylindrical-coordinate representation of color #D89889: hue angle of 11.39º degrees, saturation: 0.5, 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 #D89889 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 152 137 -
CMYK 0 0.30 0.37 0.15
HSL 11.39º 0.5% 0.69% -
HSV(B) 11.39º 0.37% 0.85% -
XYZ 44.06 38.86 28.85 -
YUV 169.43 109.7 161.22 -
System Red Green Blue C M Y K H S L
Decimal 216 152 137 0 0.30 0.37 0.15 11.39 0.5 0.69
Hex D8 98 89 0 1E 25 F B 32 45
Octal 330 230 211 0 36 45 17 13 62 105
Binary 11011000 10011000 10001001 0 11110 100101 1111 1011 110010 1000101

Color Harmonies of #D89889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89889

Black with #D89889

Text Example


Text Example

White with #D89889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89889; }

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

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

background-color css

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

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

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

border-color css

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

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

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