Html Css Color HEX #D89A99 Petite Orchid

📋 copy color: '#D89A99'

red 216 ◦ green 154 ◦ blue 153

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

Shades of Petite Orchid #D89A99

Tints of Petite Orchid #D89A99

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.45%

 BLUE value IS 153 (60.16% from 255) = 29.25%

R = 41.3%
G = 29.45%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D89A99 (or 0xD89A99) is known color: Petite Orchid. HEX triplet: D8, 9A and 99. RGB value is (216,154,153). Sum of RGB (Red+Green+Blue) = 216+154+153=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89A99 is #276566. Grayscale: #ACACAC. Windows color (decimal): -2581863 or 10066648. OLE color: 10066648.

HSL color Cylindrical-coordinate representation of color #D89A99: hue angle of 0.95º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D89A99 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 154 153 -
CMYK 0 0.29 0.29 0.15
HSL 0.95º 0.45% 0.72% -
HSV(B) 0.95º 0.29% 0.85% -
XYZ 45.62 40.01 35.46 -
YUV 172.42 117.04 159.08 -
System Red Green Blue C M Y K H S L
Decimal 216 154 153 0 0.29 0.29 0.15 0.95 0.45 0.72
Hex D8 9A 99 0 1D 1D F 1 2D 48
Octal 330 232 231 0 35 35 17 1 55 110
Binary 11011000 10011010 10011001 0 11101 11101 1111 1 101101 1001000

Color Harmonies of #D89A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89A99

Black with #D89A99

Text Example


Text Example

White with #D89A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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