Html Css Color HEX #D57F8E Charm

📋 copy color: '#D57F8E'

red 213 ◦ green 127 ◦ blue 142

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

Shades of Charm #D57F8E

Tints of Charm #D57F8E

RGB

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

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

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

R = 44.19%
G = 26.35%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D57F8E (or 0xD57F8E) is known color: Charm. HEX triplet: D5, 7F and 8E. RGB value is (213,127,142). Sum of RGB (Red+Green+Blue) = 213+127+142=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57F8E is #2A8071. Grayscale: #9A9A9A. Windows color (decimal): -2785394 or 9338837. OLE color: 9338837.

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

Color convert

RGB 213 127 142 -
CMYK 0 0.40 0.33 0.16
HSL 349.53º 0.51% 0.67% -
HSV(B) 349.53º 0.4% 0.84% -
XYZ 39.91 31.28 29.52 -
YUV 154.42 120.99 169.78 -
System Red Green Blue C M Y K H S L
Decimal 213 127 142 0 0.40 0.33 0.16 349.53 0.51 0.67
Hex D5 7F 8E 0 28 21 10 15E 33 43
Octal 325 177 216 0 50 41 20 536 63 103
Binary 11010101 1111111 10001110 0 101000 100001 10000 101011110 110011 1000011

Color Harmonies of #D57F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57F8E

Black with #D57F8E

Text Example


Text Example

White with #D57F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57F8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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