Html Css Color HEX #D89190 Petite Orchid

📋 copy color: '#D89190'

red 216 ◦ green 145 ◦ blue 144

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

Shades of Petite Orchid #D89190

Tints of Petite Orchid #D89190

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.71%

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

R = 42.77%
G = 28.71%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D89190 (or 0xD89190) is known color: Petite Orchid. HEX triplet: D8, 91 and 90. RGB value is (216,145,144). Sum of RGB (Red+Green+Blue) = 216+145+144=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D89190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89190 is #276E6F. Grayscale: #A6A6A6. Windows color (decimal): -2584176 or 9474520. OLE color: 9474520.

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

Color convert

RGB 216 145 144 -
CMYK 0 0.33 0.33 0.15
HSL 0.83º 0.48% 0.71% -
HSV(B) 0.83º 0.33% 0.85% -
XYZ 43.48 36.86 31.21 -
YUV 166.12 115.52 163.58 -
System Red Green Blue C M Y K H S L
Decimal 216 145 144 0 0.33 0.33 0.15 0.83 0.48 0.71
Hex D8 91 90 0 21 21 F 1 30 47
Octal 330 221 220 0 41 41 17 1 60 107
Binary 11011000 10010001 10010000 0 100001 100001 1111 1 110000 1000111

Color Harmonies of #D89190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89190

Black with #D89190

Text Example


Text Example

White with #D89190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89190; }

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

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

background-color css

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

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

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

border-color css

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

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

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