Html Css Color HEX #D57983 Charm

📋 copy color: '#D57983'

red 213 ◦ green 121 ◦ blue 131

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

Shades of Charm #D57983

Tints of Charm #D57983

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.02%

 BLUE value IS 131 (51.56% from 255) = 28.17%

R = 45.81%
G = 26.02%
B = 28.17%

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

#D57983 (or 0xD57983) is known color: Charm. HEX triplet: D5, 79 and 83. RGB value is (213,121,131). Sum of RGB (Red+Green+Blue) = 213+121+131=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D57983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57983 is #2A867C. Grayscale: #959595. Windows color (decimal): -2786941 or 8616405. OLE color: 8616405.

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

Color convert

RGB 213 121 131 -
CMYK 0 0.43 0.38 0.16
HSL 353.48º 0.52% 0.65% -
HSV(B) 353.48º 0.43% 0.84% -
XYZ 38.37 29.46 25.14 -
YUV 149.65 117.48 173.19 -
System Red Green Blue C M Y K H S L
Decimal 213 121 131 0 0.43 0.38 0.16 353.48 0.52 0.65
Hex D5 79 83 0 2B 26 10 161 34 41
Octal 325 171 203 0 53 46 20 541 64 101
Binary 11010101 1111001 10000011 0 101011 100110 10000 101100001 110100 1000001

Color Harmonies of #D57983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57983

Black with #D57983

Text Example


Text Example

White with #D57983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57983; }

 p { color: rgb(213,121,131); }

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

background-color css

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

 a { background-color: rgb(213,121,131); }

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

border-color css

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

 span { border-color: rgb(213,121,131); }

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