Html Css Color HEX #D57684 Charm

📋 copy color: '#D57684'

red 213 ◦ green 118 ◦ blue 132

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

Shades of Charm #D57684

Tints of Charm #D57684

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.49%

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

R = 46%
G = 25.49%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D57684 (or 0xD57684) is known color: Charm. HEX triplet: D5, 76 and 84. RGB value is (213,118,132). Sum of RGB (Red+Green+Blue) = 213+118+132=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D57684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57684 is #2A897B. Grayscale: #949494. Windows color (decimal): -2787708 or 8681173. OLE color: 8681173.

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

Color convert

RGB 213 118 132 -
CMYK 0 0.45 0.38 0.16
HSL 351.16º 0.53% 0.65% -
HSV(B) 351.16º 0.45% 0.84% -
XYZ 38.08 28.77 25.38 -
YUV 148 118.97 174.36 -
System Red Green Blue C M Y K H S L
Decimal 213 118 132 0 0.45 0.38 0.16 351.16 0.53 0.65
Hex D5 76 84 0 2D 26 10 15F 35 41
Octal 325 166 204 0 55 46 20 537 65 101
Binary 11010101 1110110 10000100 0 101101 100110 10000 101011111 110101 1000001

Color Harmonies of #D57684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57684

Black with #D57684

Text Example


Text Example

White with #D57684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57684; }

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

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

background-color css

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

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

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

border-color css

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

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

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