Html Css Color HEX #D77188 Charm

📋 copy color: '#D77188'

red 215 ◦ green 113 ◦ blue 136

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

Shades of Charm #D77188

Tints of Charm #D77188

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.35%

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

R = 46.34%
G = 24.35%
B = 29.31%

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

#D77188 (or 0xD77188) is known color: Charm. HEX triplet: D7, 71 and 88. RGB value is (215,113,136). Sum of RGB (Red+Green+Blue) = 215+113+136=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D77188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77188 is #288E77. Grayscale: #929292. Windows color (decimal): -2657912 or 8942039. OLE color: 8942039.

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

Color convert

RGB 215 113 136 -
CMYK 0 0.47 0.37 0.16
HSL 346.47º 0.56% 0.64% -
HSV(B) 346.47º 0.47% 0.84% -
XYZ 38.37 28.03 26.68 -
YUV 146.12 122.29 177.13 -
System Red Green Blue C M Y K H S L
Decimal 215 113 136 0 0.47 0.37 0.16 346.47 0.56 0.64
Hex D7 71 88 0 2F 25 10 15A 38 40
Octal 327 161 210 0 57 45 20 532 70 100
Binary 11010111 1110001 10001000 0 101111 100101 10000 101011010 111000 1000000

Color Harmonies of #D77188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77188

Black with #D77188

Text Example


Text Example

White with #D77188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77188; }

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

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

background-color css

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

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

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

border-color css

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

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

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