Html Css Color HEX #D89A94 Petite Orchid

📋 copy color: '#D89A94'

red 216 ◦ green 154 ◦ blue 148

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

Shades of Petite Orchid #D89A94

Tints of Petite Orchid #D89A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.57%

R = 41.7%
G = 29.73%
B = 28.57%

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

#D89A94 (or 0xD89A94) is known color: Petite Orchid. HEX triplet: D8, 9A and 94. RGB value is (216,154,148). Sum of RGB (Red+Green+Blue) = 216+154+148=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89A94 is #27656B. Grayscale: #ABABAB. Windows color (decimal): -2581868 or 9738968. OLE color: 9738968.

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

Color convert

RGB 216 154 148 -
CMYK 0 0.29 0.31 0.15
HSL 5.29º 0.47% 0.71% -
HSV(B) 5.29º 0.31% 0.85% -
XYZ 45.22 39.85 33.33 -
YUV 171.85 114.54 159.49 -
System Red Green Blue C M Y K H S L
Decimal 216 154 148 0 0.29 0.31 0.15 5.29 0.47 0.71
Hex D8 9A 94 0 1D 1F F 5 2F 47
Octal 330 232 224 0 35 37 17 5 57 107
Binary 11011000 10011010 10010100 0 11101 11111 1111 101 101111 1000111

Color Harmonies of #D89A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89A94

Black with #D89A94

Text Example


Text Example

White with #D89A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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