Html Css Color HEX #D57388 Charm

📋 copy color: '#D57388'

red 213 ◦ green 115 ◦ blue 136

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

Shades of Charm #D57388

Tints of Charm #D57388

RGB

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

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

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

R = 45.91%
G = 24.78%
B = 29.31%

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

#D57388 (or 0xD57388) is known color: Charm. HEX triplet: D5, 73 and 88. RGB value is (213,115,136). Sum of RGB (Red+Green+Blue) = 213+115+136=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D57388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57388 is #2A8C77. Grayscale: #929292. Windows color (decimal): -2788472 or 8942549. OLE color: 8942549.

HSL color Cylindrical-coordinate representation of color #D57388: hue angle of 347.14º 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 #D57388 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 115 136 -
CMYK 0 0.46 0.36 0.16
HSL 347.14º 0.54% 0.64% -
HSV(B) 347.14º 0.46% 0.84% -
XYZ 38.02 28.19 26.73 -
YUV 146.7 121.97 175.29 -
System Red Green Blue C M Y K H S L
Decimal 213 115 136 0 0.46 0.36 0.16 347.14 0.54 0.64
Hex D5 73 88 0 2E 24 10 15B 36 40
Octal 325 163 210 0 56 44 20 533 66 100
Binary 11010101 1110011 10001000 0 101110 100100 10000 101011011 110110 1000000

Color Harmonies of #D57388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57388

Black with #D57388

Text Example


Text Example

White with #D57388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57388; }

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

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

background-color css

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

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

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

border-color css

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

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

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