Html Css Color HEX #D76F88 Charm

📋 copy color: '#D76F88'

red 215 ◦ green 111 ◦ blue 136

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

Shades of Charm #D76F88

Tints of Charm #D76F88

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.03%

 BLUE value IS 136 (53.52% from 255) = 29.44%

R = 46.54%
G = 24.03%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D76F88 (or 0xD76F88) is known color: Charm. HEX triplet: D7, 6F and 88. RGB value is (215,111,136). Sum of RGB (Red+Green+Blue) = 215+111+136=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76F88 is #289077. Grayscale: #909090. Windows color (decimal): -2658424 or 8941527. OLE color: 8941527.

HSL color Cylindrical-coordinate representation of color #D76F88: hue angle of 345.58º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D76F88 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 111 136 -
CMYK 0 0.48 0.37 0.16
HSL 345.58º 0.57% 0.64% -
HSV(B) 345.58º 0.48% 0.84% -
XYZ 38.15 27.59 26.61 -
YUV 144.95 122.96 177.97 -
System Red Green Blue C M Y K H S L
Decimal 215 111 136 0 0.48 0.37 0.16 345.58 0.57 0.64
Hex D7 6F 88 0 30 25 10 15A 39 40
Octal 327 157 210 0 60 45 20 532 71 100
Binary 11010111 1101111 10001000 0 110000 100101 10000 101011010 111001 1000000

Color Harmonies of #D76F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F88

Black with #D76F88

Text Example


Text Example

White with #D76F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F88; }

 p { color: rgb(215,111,136); }

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

background-color css

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

 a { background-color: rgb(215,111,136); }

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

border-color css

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

 span { border-color: rgb(215,111,136); }

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