Html Css Color HEX #D57A84 Charm

📋 copy color: '#D57A84'

red 213 ◦ green 122 ◦ blue 132

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

Shades of Charm #D57A84

Tints of Charm #D57A84

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.12%

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

R = 45.61%
G = 26.12%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D57A84 (or 0xD57A84) is known color: Charm. HEX triplet: D5, 7A and 84. RGB value is (213,122,132). Sum of RGB (Red+Green+Blue) = 213+122+132=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57A84 is #2A857B. Grayscale: #969696. Windows color (decimal): -2786684 or 8682197. OLE color: 8682197.

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

Color convert

RGB 213 122 132 -
CMYK 0 0.43 0.38 0.16
HSL 353.41º 0.52% 0.66% -
HSV(B) 353.41º 0.43% 0.84% -
XYZ 38.56 29.73 25.54 -
YUV 150.35 117.65 172.69 -
System Red Green Blue C M Y K H S L
Decimal 213 122 132 0 0.43 0.38 0.16 353.41 0.52 0.66
Hex D5 7A 84 0 2B 26 10 161 34 42
Octal 325 172 204 0 53 46 20 541 64 102
Binary 11010101 1111010 10000100 0 101011 100110 10000 101100001 110100 1000010

Color Harmonies of #D57A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57A84

Black with #D57A84

Text Example


Text Example

White with #D57A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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