Html Css Color HEX #D89989 Petite Orchid

📋 copy color: '#D89989'

red 216 ◦ green 153 ◦ blue 137

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

Shades of Petite Orchid #D89989

Tints of Petite Orchid #D89989

RGB

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

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

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

R = 42.69%
G = 30.24%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D89989 (or 0xD89989) is known color: Petite Orchid. HEX triplet: D8, 99 and 89. RGB value is (216,153,137). Sum of RGB (Red+Green+Blue) = 216+153+137=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D89989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89989 is #276676. Grayscale: #AAAAAA. Windows color (decimal): -2582135 or 9017816. OLE color: 9017816.

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

Color convert

RGB 216 153 137 -
CMYK 0 0.29 0.37 0.15
HSL 12.15º 0.5% 0.69% -
HSV(B) 12.15º 0.37% 0.85% -
XYZ 44.23 39.19 28.9 -
YUV 170.01 109.37 160.8 -
System Red Green Blue C M Y K H S L
Decimal 216 153 137 0 0.29 0.37 0.15 12.15 0.5 0.69
Hex D8 99 89 0 1D 25 F C 32 45
Octal 330 231 211 0 35 45 17 14 62 105
Binary 11011000 10011001 10001001 0 11101 100101 1111 1100 110010 1000101

Color Harmonies of #D89989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89989

Black with #D89989

Text Example


Text Example

White with #D89989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89989; }

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

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

background-color css

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

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

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

border-color css

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

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

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