Html Css Color HEX #D57C8E Charm

📋 copy color: '#D57C8E'

red 213 ◦ green 124 ◦ blue 142

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

Shades of Charm #D57C8E

Tints of Charm #D57C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.65%

R = 44.47%
G = 25.89%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D57C8E (or 0xD57C8E) is known color: Charm. HEX triplet: D5, 7C and 8E. RGB value is (213,124,142). Sum of RGB (Red+Green+Blue) = 213+124+142=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57C8E is #2A8371. Grayscale: #989898. Windows color (decimal): -2786162 or 9338069. OLE color: 9338069.

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

Color convert

RGB 213 124 142 -
CMYK 0 0.42 0.33 0.16
HSL 347.87º 0.51% 0.66% -
HSV(B) 347.87º 0.42% 0.84% -
XYZ 39.53 30.51 29.4 -
YUV 152.66 121.99 171.04 -
System Red Green Blue C M Y K H S L
Decimal 213 124 142 0 0.42 0.33 0.16 347.87 0.51 0.66
Hex D5 7C 8E 0 2A 21 10 15C 33 42
Octal 325 174 216 0 52 41 20 534 63 102
Binary 11010101 1111100 10001110 0 101010 100001 10000 101011100 110011 1000010

Color Harmonies of #D57C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57C8E

Black with #D57C8E

Text Example


Text Example

White with #D57C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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