Html Css Color HEX #D57D8F Charm

📋 copy color: '#D57D8F'

red 213 ◦ green 125 ◦ blue 143

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

Shades of Charm #D57D8F

Tints of Charm #D57D8F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.99%

 BLUE value IS 143 (56.25% from 255) = 29.73%

R = 44.28%
G = 25.99%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D57D8F (or 0xD57D8F) is known color: Charm. HEX triplet: D5, 7D and 8F. RGB value is (213,125,143). Sum of RGB (Red+Green+Blue) = 213+125+143=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57D8F is #2A8270. Grayscale: #999999. Windows color (decimal): -2785905 or 9403861. OLE color: 9403861.

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

Color convert

RGB 213 125 143 -
CMYK 0 0.41 0.33 0.16
HSL 347.73º 0.51% 0.66% -
HSV(B) 347.73º 0.41% 0.84% -
XYZ 39.73 30.8 29.84 -
YUV 153.36 122.15 170.54 -
System Red Green Blue C M Y K H S L
Decimal 213 125 143 0 0.41 0.33 0.16 347.73 0.51 0.66
Hex D5 7D 8F 0 29 21 10 15C 33 42
Octal 325 175 217 0 51 41 20 534 63 102
Binary 11010101 1111101 10001111 0 101001 100001 10000 101011100 110011 1000010

Color Harmonies of #D57D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57D8F

Black with #D57D8F

Text Example


Text Example

White with #D57D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57D8F; }

 p { color: rgb(213,125,143); }

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

background-color css

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

 a { background-color: rgb(213,125,143); }

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

border-color css

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

 span { border-color: rgb(213,125,143); }

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