Html Css Color HEX #D57485 Charm

📋 copy color: '#D57485'

red 213 ◦ green 116 ◦ blue 133

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

Shades of Charm #D57485

Tints of Charm #D57485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.79%

R = 46.1%
G = 25.11%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D57485 (or 0xD57485) is known color: Charm. HEX triplet: D5, 74 and 85. RGB value is (213,116,133). Sum of RGB (Red+Green+Blue) = 213+116+133=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D57485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57485 is #2A8B7A. Grayscale: #929292. Windows color (decimal): -2788219 or 8746197. OLE color: 8746197.

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

Color convert

RGB 213 116 133 -
CMYK 0 0.46 0.38 0.16
HSL 349.48º 0.54% 0.65% -
HSV(B) 349.48º 0.46% 0.84% -
XYZ 37.92 28.33 25.66 -
YUV 146.94 120.14 175.12 -
System Red Green Blue C M Y K H S L
Decimal 213 116 133 0 0.46 0.38 0.16 349.48 0.54 0.65
Hex D5 74 85 0 2E 26 10 15D 36 41
Octal 325 164 205 0 56 46 20 535 66 101
Binary 11010101 1110100 10000101 0 101110 100110 10000 101011101 110110 1000001

Color Harmonies of #D57485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57485

Black with #D57485

Text Example


Text Example

White with #D57485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57485; }

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

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

background-color css

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

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

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

border-color css

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

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

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