Html Css Color HEX #D57487 Charm

📋 copy color: '#D57487'

red 213 ◦ green 116 ◦ blue 135

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

Shades of Charm #D57487

Tints of Charm #D57487

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25%

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

R = 45.91%
G = 25%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D57487 (or 0xD57487) is known color: Charm. HEX triplet: D5, 74 and 87. RGB value is (213,116,135). Sum of RGB (Red+Green+Blue) = 213+116+135=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D57487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57487 is #2A8B78. Grayscale: #939393. Windows color (decimal): -2788217 or 8877269. OLE color: 8877269.

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

Color convert

RGB 213 116 135 -
CMYK 0 0.46 0.37 0.16
HSL 348.25º 0.54% 0.65% -
HSV(B) 348.25º 0.46% 0.84% -
XYZ 38.06 28.39 26.39 -
YUV 147.17 121.14 174.96 -
System Red Green Blue C M Y K H S L
Decimal 213 116 135 0 0.46 0.37 0.16 348.25 0.54 0.65
Hex D5 74 87 0 2E 25 10 15C 36 41
Octal 325 164 207 0 56 45 20 534 66 101
Binary 11010101 1110100 10000111 0 101110 100101 10000 101011100 110110 1000001

Color Harmonies of #D57487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57487

Black with #D57487

Text Example


Text Example

White with #D57487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57487; }

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

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

background-color css

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

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

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

border-color css

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

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

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