Html Css Color HEX #D76D88 Charm

📋 copy color: '#D76D88'

red 215 ◦ green 109 ◦ blue 136

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

Shades of Charm #D76D88

Tints of Charm #D76D88

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.7%

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

R = 46.74%
G = 23.7%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D76D88 (or 0xD76D88) is known color: Charm. HEX triplet: D7, 6D and 88. RGB value is (215,109,136). Sum of RGB (Red+Green+Blue) = 215+109+136=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76D88 is #289277. Grayscale: #8F8F8F. Windows color (decimal): -2658936 or 8941015. OLE color: 8941015.

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

Color convert

RGB 215 109 136 -
CMYK 0 0.49 0.37 0.16
HSL 344.72º 0.57% 0.64% -
HSV(B) 344.72º 0.49% 0.84% -
XYZ 37.94 27.16 26.54 -
YUV 143.77 123.62 178.8 -
System Red Green Blue C M Y K H S L
Decimal 215 109 136 0 0.49 0.37 0.16 344.72 0.57 0.64
Hex D7 6D 88 0 31 25 10 159 39 40
Octal 327 155 210 0 61 45 20 531 71 100
Binary 11010111 1101101 10001000 0 110001 100101 10000 101011001 111001 1000000

Color Harmonies of #D76D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D88

Black with #D76D88

Text Example


Text Example

White with #D76D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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