Html Css Color HEX #D57884 Charm

📋 copy color: '#D57884'

red 213 ◦ green 120 ◦ blue 132

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

Shades of Charm #D57884

Tints of Charm #D57884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.39%

R = 45.81%
G = 25.81%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D57884 (or 0xD57884) is known color: Charm. HEX triplet: D5, 78 and 84. RGB value is (213,120,132). Sum of RGB (Red+Green+Blue) = 213+120+132=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D57884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57884 is #2A877B. Grayscale: #959595. Windows color (decimal): -2787196 or 8681685. OLE color: 8681685.

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

Color convert

RGB 213 120 132 -
CMYK 0 0.44 0.38 0.16
HSL 352.26º 0.53% 0.65% -
HSV(B) 352.26º 0.44% 0.84% -
XYZ 38.32 29.25 25.45 -
YUV 149.18 118.31 173.52 -
System Red Green Blue C M Y K H S L
Decimal 213 120 132 0 0.44 0.38 0.16 352.26 0.53 0.65
Hex D5 78 84 0 2C 26 10 160 35 41
Octal 325 170 204 0 54 46 20 540 65 101
Binary 11010101 1111000 10000100 0 101100 100110 10000 101100000 110101 1000001

Color Harmonies of #D57884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57884

Black with #D57884

Text Example


Text Example

White with #D57884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57884; }

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

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

background-color css

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

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

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

border-color css

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

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

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