Html Css Color HEX #D57688 Charm

📋 copy color: '#D57688'

red 213 ◦ green 118 ◦ blue 136

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

Shades of Charm #D57688

Tints of Charm #D57688

RGB

 RED value IS 213 (83.59% from 255) = 45.61%

 GREEN value IS 118 (46.48% from 255) = 25.27%

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

R = 45.61%
G = 25.27%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D57688 (or 0xD57688) is known color: Charm. HEX triplet: D5, 76 and 88. RGB value is (213,118,136). Sum of RGB (Red+Green+Blue) = 213+118+136=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D57688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57688 is #2A8977. Grayscale: #949494. Windows color (decimal): -2787704 or 8943317. OLE color: 8943317.

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

Color convert

RGB 213 118 136 -
CMYK 0 0.45 0.36 0.16
HSL 348.63º 0.53% 0.65% -
HSV(B) 348.63º 0.45% 0.84% -
XYZ 38.36 28.88 26.85 -
YUV 148.46 120.97 174.04 -
System Red Green Blue C M Y K H S L
Decimal 213 118 136 0 0.45 0.36 0.16 348.63 0.53 0.65
Hex D5 76 88 0 2D 24 10 15D 35 41
Octal 325 166 210 0 55 44 20 535 65 101
Binary 11010101 1110110 10001000 0 101101 100100 10000 101011101 110101 1000001

Color Harmonies of #D57688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57688

Black with #D57688

Text Example


Text Example

White with #D57688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57688; }

 p { color: rgb(213,118,136); }

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

background-color css

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

 a { background-color: rgb(213,118,136); }

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

border-color css

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

 span { border-color: rgb(213,118,136); }

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