Html Css Color HEX #D77488 Charm

📋 copy color: '#D77488'

red 215 ◦ green 116 ◦ blue 136

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

Shades of Charm #D77488

Tints of Charm #D77488

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.84%

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

R = 46.04%
G = 24.84%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D77488 (or 0xD77488) is known color: Charm. HEX triplet: D7, 74 and 88. RGB value is (215,116,136). Sum of RGB (Red+Green+Blue) = 215+116+136=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D77488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77488 is #288B77. Grayscale: #939393. Windows color (decimal): -2657144 or 8942807. OLE color: 8942807.

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

Color convert

RGB 215 116 136 -
CMYK 0 0.46 0.37 0.16
HSL 347.88º 0.55% 0.65% -
HSV(B) 347.88º 0.46% 0.84% -
XYZ 38.71 28.72 26.79 -
YUV 147.88 121.3 175.87 -
System Red Green Blue C M Y K H S L
Decimal 215 116 136 0 0.46 0.37 0.16 347.88 0.55 0.65
Hex D7 74 88 0 2E 25 10 15C 37 41
Octal 327 164 210 0 56 45 20 534 67 101
Binary 11010111 1110100 10001000 0 101110 100101 10000 101011100 110111 1000001

Color Harmonies of #D77488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77488

Black with #D77488

Text Example


Text Example

White with #D77488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77488; }

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

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

background-color css

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

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

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

border-color css

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

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

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