Html Css Color HEX #D89C95 Petite Orchid

📋 copy color: '#D89C95'

red 216 ◦ green 156 ◦ blue 149

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

Shades of Petite Orchid #D89C95

Tints of Petite Orchid #D89C95

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.94%

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

R = 41.46%
G = 29.94%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D89C95 (or 0xD89C95) is known color: Petite Orchid. HEX triplet: D8, 9C and 95. RGB value is (216,156,149). Sum of RGB (Red+Green+Blue) = 216+156+149=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89C95 is #27636A. Grayscale: #ADADAD. Windows color (decimal): -2581355 or 9805016. OLE color: 9805016.

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

Color convert

RGB 216 156 149 -
CMYK 0 0.28 0.31 0.15
HSL 6.27º 0.46% 0.72% -
HSV(B) 6.27º 0.31% 0.85% -
XYZ 45.63 40.55 33.85 -
YUV 173.14 114.38 158.57 -
System Red Green Blue C M Y K H S L
Decimal 216 156 149 0 0.28 0.31 0.15 6.27 0.46 0.72
Hex D8 9C 95 0 1C 1F F 6 2E 48
Octal 330 234 225 0 34 37 17 6 56 110
Binary 11011000 10011100 10010101 0 11100 11111 1111 110 101110 1001000

Color Harmonies of #D89C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89C95

Black with #D89C95

Text Example


Text Example

White with #D89C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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