Html Css Color HEX #D57F8D Charm

📋 copy color: '#D57F8D'

red 213 ◦ green 127 ◦ blue 141

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

Shades of Charm #D57F8D

Tints of Charm #D57F8D

RGB

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

 GREEN value IS 127 (50% from 255) = 26.4%

 BLUE value IS 141 (55.47% from 255) = 29.31%

R = 44.28%
G = 26.4%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D57F8D (or 0xD57F8D) is known color: Charm. HEX triplet: D5, 7F and 8D. RGB value is (213,127,141). Sum of RGB (Red+Green+Blue) = 213+127+141=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57F8D is #2A8072. Grayscale: #9A9A9A. Windows color (decimal): -2785395 or 9273301. OLE color: 9273301.

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

Color convert

RGB 213 127 141 -
CMYK 0 0.40 0.34 0.16
HSL 350.23º 0.51% 0.67% -
HSV(B) 350.23º 0.4% 0.84% -
XYZ 39.84 31.25 29.13 -
YUV 154.31 120.49 169.86 -
System Red Green Blue C M Y K H S L
Decimal 213 127 141 0 0.40 0.34 0.16 350.23 0.51 0.67
Hex D5 7F 8D 0 28 22 10 15E 33 43
Octal 325 177 215 0 50 42 20 536 63 103
Binary 11010101 1111111 10001101 0 101000 100010 10000 101011110 110011 1000011

Color Harmonies of #D57F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57F8D

Black with #D57F8D

Text Example


Text Example

White with #D57F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57F8D; }

 p { color: rgb(213,127,141); }

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

background-color css

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

 a { background-color: rgb(213,127,141); }

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

border-color css

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

 span { border-color: rgb(213,127,141); }

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