Html Css Color HEX #D57486 Charm

📋 copy color: '#D57486'

red 213 ◦ green 116 ◦ blue 134

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

Shades of Charm #D57486

Tints of Charm #D57486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.94%

R = 46%
G = 25.05%
B = 28.94%

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

#D57486 (or 0xD57486) is known color: Charm. HEX triplet: D5, 74 and 86. RGB value is (213,116,134). Sum of RGB (Red+Green+Blue) = 213+116+134=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D57486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57486 is #2A8B79. Grayscale: #939393. Windows color (decimal): -2788218 or 8811733. OLE color: 8811733.

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

Color convert

RGB 213 116 134 -
CMYK 0 0.46 0.37 0.16
HSL 348.87º 0.54% 0.65% -
HSV(B) 348.87º 0.46% 0.84% -
XYZ 37.99 28.36 26.03 -
YUV 147.06 120.64 175.04 -
System Red Green Blue C M Y K H S L
Decimal 213 116 134 0 0.46 0.37 0.16 348.87 0.54 0.65
Hex D5 74 86 0 2E 25 10 15D 36 41
Octal 325 164 206 0 56 45 20 535 66 101
Binary 11010101 1110100 10000110 0 101110 100101 10000 101011101 110110 1000001

Color Harmonies of #D57486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57486

Black with #D57486

Text Example


Text Example

White with #D57486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57486; }

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

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

background-color css

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

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

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

border-color css

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

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

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