Html Css Color HEX #D89591 Petite Orchid

📋 copy color: '#D89591'

red 216 ◦ green 149 ◦ blue 145

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

Shades of Petite Orchid #D89591

Tints of Petite Orchid #D89591

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.22%

 BLUE value IS 145 (57.03% from 255) = 28.43%

R = 42.35%
G = 29.22%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D89591 (or 0xD89591) is known color: Petite Orchid. HEX triplet: D8, 95 and 91. RGB value is (216,149,145). Sum of RGB (Red+Green+Blue) = 216+149+145=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D89591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89591 is #276A6E. Grayscale: #A8A8A8. Windows color (decimal): -2583151 or 9541080. OLE color: 9541080.

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

Color convert

RGB 216 149 145 -
CMYK 0 0.31 0.33 0.15
HSL 3.38º 0.48% 0.71% -
HSV(B) 3.38º 0.33% 0.85% -
XYZ 44.18 38.14 31.82 -
YUV 168.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 216 149 145 0 0.31 0.33 0.15 3.38 0.48 0.71
Hex D8 95 91 0 1F 21 F 3 30 47
Octal 330 225 221 0 37 41 17 3 60 107
Binary 11011000 10010101 10010001 0 11111 100001 1111 11 110000 1000111

Color Harmonies of #D89591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89591

Black with #D89591

Text Example


Text Example

White with #D89591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89591; }

 p { color: rgb(216,149,145); }

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

background-color css

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

 a { background-color: rgb(216,149,145); }

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

border-color css

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

 span { border-color: rgb(216,149,145); }

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