Html Css Color HEX #D89890 Petite Orchid

📋 copy color: '#D89890'

red 216 ◦ green 152 ◦ blue 144

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

Shades of Petite Orchid #D89890

Tints of Petite Orchid #D89890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.13%

R = 42.19%
G = 29.69%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D89890 (or 0xD89890) is known color: Petite Orchid. HEX triplet: D8, 98 and 90. RGB value is (216,152,144). Sum of RGB (Red+Green+Blue) = 216+152+144=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D89890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89890 is #27676F. Grayscale: #AAAAAA. Windows color (decimal): -2582384 or 9476312. OLE color: 9476312.

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

Color convert

RGB 216 152 144 -
CMYK 0 0.30 0.33 0.15
HSL 6.67º 0.48% 0.71% -
HSV(B) 6.67º 0.33% 0.85% -
XYZ 44.58 39.07 31.58 -
YUV 170.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 216 152 144 0 0.30 0.33 0.15 6.67 0.48 0.71
Hex D8 98 90 0 1E 21 F 7 30 47
Octal 330 230 220 0 36 41 17 7 60 107
Binary 11011000 10011000 10010000 0 11110 100001 1111 111 110000 1000111

Color Harmonies of #D89890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89890

Black with #D89890

Text Example


Text Example

White with #D89890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89890; }

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

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

background-color css

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

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

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

border-color css

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

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

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