Html Css Color HEX #D57E90 Charm

📋 copy color: '#D57E90'

red 213 ◦ green 126 ◦ blue 144

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

Shades of Charm #D57E90

Tints of Charm #D57E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.81%

R = 44.1%
G = 26.09%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D57E90 (or 0xD57E90) is known color: Charm. HEX triplet: D5, 7E and 90. RGB value is (213,126,144). Sum of RGB (Red+Green+Blue) = 213+126+144=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57E90 is #2A816F. Grayscale: #9A9A9A. Windows color (decimal): -2785648 or 9469653. OLE color: 9469653.

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

Color convert

RGB 213 126 144 -
CMYK 0 0.41 0.32 0.16
HSL 347.59º 0.51% 0.66% -
HSV(B) 347.59º 0.41% 0.84% -
XYZ 39.94 31.08 30.28 -
YUV 154.07 122.32 170.04 -
System Red Green Blue C M Y K H S L
Decimal 213 126 144 0 0.41 0.32 0.16 347.59 0.51 0.66
Hex D5 7E 90 0 29 20 10 15C 33 42
Octal 325 176 220 0 51 40 20 534 63 102
Binary 11010101 1111110 10010000 0 101001 100000 10000 101011100 110011 1000010

Color Harmonies of #D57E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57E90

Black with #D57E90

Text Example


Text Example

White with #D57E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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