Html Css Color HEX #D77388 Charm

📋 copy color: '#D77388'

red 215 ◦ green 115 ◦ blue 136

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

Shades of Charm #D77388

Tints of Charm #D77388

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.68%

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

R = 46.14%
G = 24.68%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D77388 (or 0xD77388) is known color: Charm. HEX triplet: D7, 73 and 88. RGB value is (215,115,136). Sum of RGB (Red+Green+Blue) = 215+115+136=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D77388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77388 is #288C77. Grayscale: #939393. Windows color (decimal): -2657400 or 8942551. OLE color: 8942551.

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

Color convert

RGB 215 115 136 -
CMYK 0 0.47 0.37 0.16
HSL 347.4º 0.56% 0.65% -
HSV(B) 347.4º 0.47% 0.84% -
XYZ 38.6 28.49 26.76 -
YUV 147.29 121.63 176.29 -
System Red Green Blue C M Y K H S L
Decimal 215 115 136 0 0.47 0.37 0.16 347.4 0.56 0.65
Hex D7 73 88 0 2F 25 10 15B 38 41
Octal 327 163 210 0 57 45 20 533 70 101
Binary 11010111 1110011 10001000 0 101111 100101 10000 101011011 111000 1000001

Color Harmonies of #D77388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77388

Black with #D77388

Text Example


Text Example

White with #D77388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77388; }

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

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

background-color css

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

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

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

border-color css

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

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

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