Html Css Color HEX #D57C80 Charm

📋 copy color: '#D57C80'

red 213 ◦ green 124 ◦ blue 128

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

Shades of Charm #D57C80

Tints of Charm #D57C80

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.67%

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

R = 45.81%
G = 26.67%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D57C80 (or 0xD57C80) is known color: Charm. HEX triplet: D5, 7C and 80. RGB value is (213,124,128). Sum of RGB (Red+Green+Blue) = 213+124+128=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57C80 is #2A837F. Grayscale: #979797. Windows color (decimal): -2786176 or 8420565. OLE color: 8420565.

HSL color Cylindrical-coordinate representation of color #D57C80: hue angle of 357.3º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57C80 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 124 128 -
CMYK 0 0.42 0.40 0.16
HSL 357.3º 0.51% 0.66% -
HSV(B) 357.3º 0.42% 0.84% -
XYZ 38.54 30.12 24.2 -
YUV 151.07 114.99 172.17 -
System Red Green Blue C M Y K H S L
Decimal 213 124 128 0 0.42 0.40 0.16 357.3 0.51 0.66
Hex D5 7C 80 0 2A 28 10 165 33 42
Octal 325 174 200 0 52 50 20 545 63 102
Binary 11010101 1111100 10000000 0 101010 101000 10000 101100101 110011 1000010

Color Harmonies of #D57C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57C80

Black with #D57C80

Text Example


Text Example

White with #D57C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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