Html Css Color HEX #D57F8C Charm

📋 copy color: '#D57F8C'

red 213 ◦ green 127 ◦ blue 140

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

Shades of Charm #D57F8C

Tints of Charm #D57F8C

RGB

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

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

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

R = 44.38%
G = 26.46%
B = 29.17%

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

#D57F8C (or 0xD57F8C) is known color: Charm. HEX triplet: D5, 7F and 8C. RGB value is (213,127,140). Sum of RGB (Red+Green+Blue) = 213+127+140=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57F8C is #2A8073. Grayscale: #9A9A9A. Windows color (decimal): -2785396 or 9207765. OLE color: 9207765.

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

Color convert

RGB 213 127 140 -
CMYK 0 0.40 0.34 0.16
HSL 350.93º 0.51% 0.67% -
HSV(B) 350.93º 0.4% 0.84% -
XYZ 39.76 31.22 28.74 -
YUV 154.2 119.99 169.94 -
System Red Green Blue C M Y K H S L
Decimal 213 127 140 0 0.40 0.34 0.16 350.93 0.51 0.67
Hex D5 7F 8C 0 28 22 10 15F 33 43
Octal 325 177 214 0 50 42 20 537 63 103
Binary 11010101 1111111 10001100 0 101000 100010 10000 101011111 110011 1000011

Color Harmonies of #D57F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57F8C

Black with #D57F8C

Text Example


Text Example

White with #D57F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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