Html Css Color HEX #D57890 Charm

📋 copy color: '#D57890'

red 213 ◦ green 120 ◦ blue 144

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

Shades of Charm #D57890

Tints of Charm #D57890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.16%

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

R = 44.65%
G = 25.16%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D57890 (or 0xD57890) is known color: Charm. HEX triplet: D5, 78 and 90. RGB value is (213,120,144). Sum of RGB (Red+Green+Blue) = 213+120+144=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D57890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57890 is #2A876F. Grayscale: #969696. Windows color (decimal): -2787184 or 9468117. OLE color: 9468117.

HSL color Cylindrical-coordinate representation of color #D57890: hue angle of 344.52º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D57890 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 120 144 -
CMYK 0 0.44 0.32 0.16
HSL 344.52º 0.53% 0.65% -
HSV(B) 344.52º 0.44% 0.84% -
XYZ 39.19 29.59 30.03 -
YUV 150.54 124.31 172.55 -
System Red Green Blue C M Y K H S L
Decimal 213 120 144 0 0.44 0.32 0.16 344.52 0.53 0.65
Hex D5 78 90 0 2C 20 10 159 35 41
Octal 325 170 220 0 54 40 20 531 65 101
Binary 11010101 1111000 10010000 0 101100 100000 10000 101011001 110101 1000001

Color Harmonies of #D57890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57890

Black with #D57890

Text Example


Text Example

White with #D57890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57890; }

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

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

background-color css

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

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

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

border-color css

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

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

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