Html Css Color HEX #D57380 Charm

📋 copy color: '#D57380'

red 213 ◦ green 115 ◦ blue 128

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

Shades of Charm #D57380

Tints of Charm #D57380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.22%

 BLUE value IS 128 (50.39% from 255) = 28.07%

R = 46.71%
G = 25.22%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D57380 (or 0xD57380) is known color: Charm. HEX triplet: D5, 73 and 80. RGB value is (213,115,128). Sum of RGB (Red+Green+Blue) = 213+115+128=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D57380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57380 is #2A8C7F. Grayscale: #919191. Windows color (decimal): -2788480 or 8418261. OLE color: 8418261.

HSL color Cylindrical-coordinate representation of color #D57380: hue angle of 352.04º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57380 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 115 128 -
CMYK 0 0.46 0.40 0.16
HSL 352.04º 0.54% 0.64% -
HSV(B) 352.04º 0.46% 0.84% -
XYZ 37.47 27.97 23.85 -
YUV 145.78 117.97 175.94 -
System Red Green Blue C M Y K H S L
Decimal 213 115 128 0 0.46 0.40 0.16 352.04 0.54 0.64
Hex D5 73 80 0 2E 28 10 160 36 40
Octal 325 163 200 0 56 50 20 540 66 100
Binary 11010101 1110011 10000000 0 101110 101000 10000 101100000 110110 1000000

Color Harmonies of #D57380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57380

Black with #D57380

Text Example


Text Example

White with #D57380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57380; }

 p { color: rgb(213,115,128); }

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

background-color css

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

 a { background-color: rgb(213,115,128); }

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

border-color css

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

 span { border-color: rgb(213,115,128); }

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