Html Css Color HEX #D57480 Charm

📋 copy color: '#D57480'

red 213 ◦ green 116 ◦ blue 128

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

Shades of Charm #D57480

Tints of Charm #D57480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.01%

R = 46.61%
G = 25.38%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D57480 (or 0xD57480) is known color: Charm. HEX triplet: D5, 74 and 80. RGB value is (213,116,128). Sum of RGB (Red+Green+Blue) = 213+116+128=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D57480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57480 is #2A8B7F. Grayscale: #929292. Windows color (decimal): -2788224 or 8418517. OLE color: 8418517.

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

Color convert

RGB 213 116 128 -
CMYK 0 0.46 0.40 0.16
HSL 352.58º 0.54% 0.65% -
HSV(B) 352.58º 0.46% 0.84% -
XYZ 37.58 28.2 23.88 -
YUV 146.37 117.64 175.52 -
System Red Green Blue C M Y K H S L
Decimal 213 116 128 0 0.46 0.40 0.16 352.58 0.54 0.65
Hex D5 74 80 0 2E 28 10 161 36 41
Octal 325 164 200 0 56 50 20 541 66 101
Binary 11010101 1110100 10000000 0 101110 101000 10000 101100001 110110 1000001

Color Harmonies of #D57480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57480

Black with #D57480

Text Example


Text Example

White with #D57480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57480; }

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

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

background-color css

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

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

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

border-color css

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

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

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