Html Css Color HEX #D89990 Petite Orchid

📋 copy color: '#D89990'

red 216 ◦ green 153 ◦ blue 144

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

Shades of Petite Orchid #D89990

Tints of Petite Orchid #D89990

RGB

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

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

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

R = 42.11%
G = 29.82%
B = 28.07%

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

#D89990 (or 0xD89990) is known color: Petite Orchid. HEX triplet: D8, 99 and 90. RGB value is (216,153,144). Sum of RGB (Red+Green+Blue) = 216+153+144=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D89990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89990 is #27666F. Grayscale: #AAAAAA. Windows color (decimal): -2582128 or 9476568. OLE color: 9476568.

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

Color convert

RGB 216 153 144 -
CMYK 0 0.29 0.33 0.15
HSL 7.5º 0.48% 0.71% -
HSV(B) 7.5º 0.33% 0.85% -
XYZ 44.74 39.4 31.63 -
YUV 170.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 216 153 144 0 0.29 0.33 0.15 7.5 0.48 0.71
Hex D8 99 90 0 1D 21 F 8 30 47
Octal 330 231 220 0 35 41 17 10 60 107
Binary 11011000 10011001 10010000 0 11101 100001 1111 1000 110000 1000111

Color Harmonies of #D89990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89990

Black with #D89990

Text Example


Text Example

White with #D89990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89990; }

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

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

background-color css

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

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

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

border-color css

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

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

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