Html Css Color HEX #D76887 Charm

📋 copy color: '#D76887'

red 215 ◦ green 104 ◦ blue 135

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

Shades of Charm #D76887

Tints of Charm #D76887

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.91%

 BLUE value IS 135 (53.13% from 255) = 29.74%

R = 47.36%
G = 22.91%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D76887 (or 0xD76887) is known color: Charm. HEX triplet: D7, 68 and 87. RGB value is (215,104,135). Sum of RGB (Red+Green+Blue) = 215+104+135=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D76887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76887 is #289778. Grayscale: #8C8C8C. Windows color (decimal): -2660217 or 8874199. OLE color: 8874199.

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

Color convert

RGB 215 104 135 -
CMYK 0 0.52 0.37 0.16
HSL 343.24º 0.58% 0.63% -
HSV(B) 343.24º 0.52% 0.84% -
XYZ 37.35 26.1 25.99 -
YUV 140.72 124.77 180.98 -
System Red Green Blue C M Y K H S L
Decimal 215 104 135 0 0.52 0.37 0.16 343.24 0.58 0.63
Hex D7 68 87 0 34 25 10 157 3A 3F
Octal 327 150 207 0 64 45 20 527 72 77
Binary 11010111 1101000 10000111 0 110100 100101 10000 101010111 111010 111111

Color Harmonies of #D76887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76887

Black with #D76887

Text Example


Text Example

White with #D76887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76887; }

 p { color: rgb(215,104,135); }

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

background-color css

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

 a { background-color: rgb(215,104,135); }

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

border-color css

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

 span { border-color: rgb(215,104,135); }

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