Html Css Color HEX #D76C89 Charm

📋 copy color: '#D76C89'

red 215 ◦ green 108 ◦ blue 137

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

Shades of Charm #D76C89

Tints of Charm #D76C89

RGB

 RED value IS 215 (84.38% from 255) = 46.74%

 GREEN value IS 108 (42.58% from 255) = 23.48%

 BLUE value IS 137 (53.91% from 255) = 29.78%

R = 46.74%
G = 23.48%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D76C89 (or 0xD76C89) is known color: Charm. HEX triplet: D7, 6C and 89. RGB value is (215,108,137). Sum of RGB (Red+Green+Blue) = 215+108+137=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76C89 is #289376. Grayscale: #8F8F8F. Windows color (decimal): -2659191 or 9006295. OLE color: 9006295.

HSL color Cylindrical-coordinate representation of color #D76C89: hue angle of 343.74º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76C89 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 108 137 -
CMYK 0 0.50 0.36 0.16
HSL 343.74º 0.57% 0.63% -
HSV(B) 343.74º 0.5% 0.84% -
XYZ 37.9 26.98 26.88 -
YUV 143.3 124.45 179.14 -
System Red Green Blue C M Y K H S L
Decimal 215 108 137 0 0.50 0.36 0.16 343.74 0.57 0.63
Hex D7 6C 89 0 32 24 10 158 39 3F
Octal 327 154 211 0 62 44 20 530 71 77
Binary 11010111 1101100 10001001 0 110010 100100 10000 101011000 111001 111111

Color Harmonies of #D76C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C89

Black with #D76C89

Text Example


Text Example

White with #D76C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C89; }

 p { color: rgb(215,108,137); }

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

background-color css

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

 a { background-color: rgb(215,108,137); }

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

border-color css

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

 span { border-color: rgb(215,108,137); }

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