Html Css Color HEX #D57C8C Charm

📋 copy color: '#D57C8C'

red 213 ◦ green 124 ◦ blue 140

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

Shades of Charm #D57C8C

Tints of Charm #D57C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.35%

R = 44.65%
G = 26%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D57C8C (or 0xD57C8C) is known color: Charm. HEX triplet: D5, 7C and 8C. RGB value is (213,124,140). Sum of RGB (Red+Green+Blue) = 213+124+140=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57C8C is #2A8373. Grayscale: #989898. Windows color (decimal): -2786164 or 9206997. OLE color: 9206997.

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

Color convert

RGB 213 124 140 -
CMYK 0 0.42 0.34 0.16
HSL 349.21º 0.51% 0.66% -
HSV(B) 349.21º 0.42% 0.84% -
XYZ 39.38 30.45 28.61 -
YUV 152.44 120.99 171.2 -
System Red Green Blue C M Y K H S L
Decimal 213 124 140 0 0.42 0.34 0.16 349.21 0.51 0.66
Hex D5 7C 8C 0 2A 22 10 15D 33 42
Octal 325 174 214 0 52 42 20 535 63 102
Binary 11010101 1111100 10001100 0 101010 100010 10000 101011101 110011 1000010

Color Harmonies of #D57C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57C8C

Black with #D57C8C

Text Example


Text Example

White with #D57C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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