Html Css Color HEX #D57087 Charm

📋 copy color: '#D57087'

red 213 ◦ green 112 ◦ blue 135

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

Shades of Charm #D57087

Tints of Charm #D57087

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.35%

 BLUE value IS 135 (53.13% from 255) = 29.35%

R = 46.3%
G = 24.35%
B = 29.35%

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

#D57087 (or 0xD57087) is known color: Charm. HEX triplet: D5, 70 and 87. RGB value is (213,112,135). Sum of RGB (Red+Green+Blue) = 213+112+135=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D57087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57087 is #2A8F78. Grayscale: #909090. Windows color (decimal): -2789241 or 8876245. OLE color: 8876245.

HSL color Cylindrical-coordinate representation of color #D57087: hue angle of 346.34º degrees, saturation: 0.55, 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 #D57087 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 112 135 -
CMYK 0 0.47 0.37 0.16
HSL 346.34º 0.55% 0.64% -
HSV(B) 346.34º 0.47% 0.84% -
XYZ 37.61 27.48 26.24 -
YUV 144.82 122.46 176.63 -
System Red Green Blue C M Y K H S L
Decimal 213 112 135 0 0.47 0.37 0.16 346.34 0.55 0.64
Hex D5 70 87 0 2F 25 10 15A 37 40
Octal 325 160 207 0 57 45 20 532 67 100
Binary 11010101 1110000 10000111 0 101111 100101 10000 101011010 110111 1000000

Color Harmonies of #D57087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57087

Black with #D57087

Text Example


Text Example

White with #D57087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57087; }

 p { color: rgb(213,112,135); }

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

background-color css

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

 a { background-color: rgb(213,112,135); }

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

border-color css

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

 span { border-color: rgb(213,112,135); }

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