Html Css Color HEX #D57288 Charm

📋 copy color: '#D57288'

red 213 ◦ green 114 ◦ blue 136

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

Shades of Charm #D57288

Tints of Charm #D57288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.62%

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

R = 46%
G = 24.62%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D57288 (or 0xD57288) is known color: Charm. HEX triplet: D5, 72 and 88. RGB value is (213,114,136). Sum of RGB (Red+Green+Blue) = 213+114+136=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D57288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57288 is #2A8D77. Grayscale: #929292. Windows color (decimal): -2788728 or 8942293. OLE color: 8942293.

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

Color convert

RGB 213 114 136 -
CMYK 0 0.46 0.36 0.16
HSL 346.67º 0.54% 0.64% -
HSV(B) 346.67º 0.46% 0.84% -
XYZ 37.9 27.96 26.69 -
YUV 146.11 122.3 175.71 -
System Red Green Blue C M Y K H S L
Decimal 213 114 136 0 0.46 0.36 0.16 346.67 0.54 0.64
Hex D5 72 88 0 2E 24 10 15B 36 40
Octal 325 162 210 0 56 44 20 533 66 100
Binary 11010101 1110010 10001000 0 101110 100100 10000 101011011 110110 1000000

Color Harmonies of #D57288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57288

Black with #D57288

Text Example


Text Example

White with #D57288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57288; }

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

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

background-color css

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

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

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

border-color css

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

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

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