Html Css Color HEX #D89C9C Petite Orchid

📋 copy color: '#D89C9C'

red 216 ◦ green 156 ◦ blue 156

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

Shades of Petite Orchid #D89C9C

Tints of Petite Orchid #D89C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.55%

R = 40.91%
G = 29.55%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D89C9C (or 0xD89C9C) is known color: Petite Orchid. HEX triplet: D8, 9C and 9C. RGB value is (216,156,156). Sum of RGB (Red+Green+Blue) = 216+156+156=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89C9C is #276363. Grayscale: #ADADAD. Windows color (decimal): -2581348 or 10263768. OLE color: 10263768.

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

Color convert

RGB 216 156 156 -
CMYK 0 0.28 0.28 0.15
HSL 0.43% 0.73% -
HSV(B) 0.28% 0.85% -
XYZ 46.21 40.78 36.89 -
YUV 173.94 117.88 158 -
System Red Green Blue C M Y K H S L
Decimal 216 156 156 0 0.28 0.28 0.15 0 0.43 0.73
Hex D8 9C 9C 0 1C 1C F 0 2B 49
Octal 330 234 234 0 34 34 17 0 53 111
Binary 11011000 10011100 10011100 0 11100 11100 1111 0 101011 1001001

Color Harmonies of #D89C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89C9C

Black with #D89C9C

Text Example


Text Example

White with #D89C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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