Html Css Color HEX #D89A95 Petite Orchid

📋 copy color: '#D89A95'

red 216 ◦ green 154 ◦ blue 149

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

Shades of Petite Orchid #D89A95

Tints of Petite Orchid #D89A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.71%

R = 41.62%
G = 29.67%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D89A95 (or 0xD89A95) is known color: Petite Orchid. HEX triplet: D8, 9A and 95. RGB value is (216,154,149). Sum of RGB (Red+Green+Blue) = 216+154+149=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89A95 is #27656A. Grayscale: #ACACAC. Windows color (decimal): -2581867 or 9804504. OLE color: 9804504.

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

Color convert

RGB 216 154 149 -
CMYK 0 0.29 0.31 0.15
HSL 4.48º 0.46% 0.72% -
HSV(B) 4.48º 0.31% 0.85% -
XYZ 45.3 39.88 33.74 -
YUV 171.97 115.04 159.41 -
System Red Green Blue C M Y K H S L
Decimal 216 154 149 0 0.29 0.31 0.15 4.48 0.46 0.72
Hex D8 9A 95 0 1D 1F F 4 2E 48
Octal 330 232 225 0 35 37 17 4 56 110
Binary 11011000 10011010 10010101 0 11101 11111 1111 100 101110 1001000

Color Harmonies of #D89A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89A95

Black with #D89A95

Text Example


Text Example

White with #D89A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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