Html Css Color HEX #D76B84 Charm

📋 copy color: '#D76B84'

red 215 ◦ green 107 ◦ blue 132

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

Shades of Charm #D76B84

Tints of Charm #D76B84

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.57%

 BLUE value IS 132 (51.95% from 255) = 29.07%

R = 47.36%
G = 23.57%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D76B84 (or 0xD76B84) is known color: Charm. HEX triplet: D7, 6B and 84. RGB value is (215,107,132). Sum of RGB (Red+Green+Blue) = 215+107+132=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76B84 is #28947B. Grayscale: #8E8E8E. Windows color (decimal): -2659452 or 8678359. OLE color: 8678359.

HSL color Cylindrical-coordinate representation of color #D76B84: hue angle of 346.11º 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 #D76B84 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 107 132 -
CMYK 0 0.50 0.39 0.16
HSL 346.11º 0.57% 0.63% -
HSV(B) 346.11º 0.5% 0.84% -
XYZ 37.45 26.63 25 -
YUV 142.14 122.28 179.97 -
System Red Green Blue C M Y K H S L
Decimal 215 107 132 0 0.50 0.39 0.16 346.11 0.57 0.63
Hex D7 6B 84 0 32 27 10 15A 39 3F
Octal 327 153 204 0 62 47 20 532 71 77
Binary 11010111 1101011 10000100 0 110010 100111 10000 101011010 111001 111111

Color Harmonies of #D76B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76B84

Black with #D76B84

Text Example


Text Example

White with #D76B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76B84; }

 p { color: rgb(215,107,132); }

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

background-color css

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

 a { background-color: rgb(215,107,132); }

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

border-color css

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

 span { border-color: rgb(215,107,132); }

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