Html Css Color HEX #D57E8F Charm

📋 copy color: '#D57E8F'

red 213 ◦ green 126 ◦ blue 143

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

Shades of Charm #D57E8F

Tints of Charm #D57E8F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.14%

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

R = 44.19%
G = 26.14%
B = 29.67%

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

#D57E8F (or 0xD57E8F) is known color: Charm. HEX triplet: D5, 7E and 8F. RGB value is (213,126,143). Sum of RGB (Red+Green+Blue) = 213+126+143=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57E8F is #2A8170. Grayscale: #999999. Windows color (decimal): -2785649 or 9404117. OLE color: 9404117.

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

Color convert

RGB 213 126 143 -
CMYK 0 0.41 0.33 0.16
HSL 348.28º 0.51% 0.66% -
HSV(B) 348.28º 0.41% 0.84% -
XYZ 39.86 31.05 29.88 -
YUV 153.95 121.82 170.12 -
System Red Green Blue C M Y K H S L
Decimal 213 126 143 0 0.41 0.33 0.16 348.28 0.51 0.66
Hex D5 7E 8F 0 29 21 10 15C 33 42
Octal 325 176 217 0 51 41 20 534 63 102
Binary 11010101 1111110 10001111 0 101001 100001 10000 101011100 110011 1000010

Color Harmonies of #D57E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57E8F

Black with #D57E8F

Text Example


Text Example

White with #D57E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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