Html Css Color HEX #D52E53 Amaranth

📋 copy color: '#D52E53'

red 213 ◦ green 46 ◦ blue 83

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

Shades of Amaranth #D52E53

Tints of Amaranth #D52E53

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.45%

 BLUE value IS 83 (32.81% from 255) = 24.27%

R = 62.28%
G = 13.45%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D52E53 (or 0xD52E53) is known color: Amaranth. HEX triplet: D5, 2E and 53. RGB value is (213,46,83). Sum of RGB (Red+Green+Blue) = 213+46+83=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52E53 is #2AD1AC. Grayscale: #646464. Windows color (decimal): -2806189 or 5451477. OLE color: 5451477.

HSL color Cylindrical-coordinate representation of color #D52E53: hue angle of 346.71º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52E53 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 46 83 -
CMYK 0 0.78 0.61 0.16
HSL 346.71º 0.67% 0.51% -
HSV(B) 346.71º 0.78% 0.84% -
XYZ 29.98 16.72 9.83 -
YUV 100.15 118.33 208.49 -
System Red Green Blue C M Y K H S L
Decimal 213 46 83 0 0.78 0.61 0.16 346.71 0.67 0.51
Hex D5 2E 53 0 4E 3D 10 15B 43 33
Octal 325 56 123 0 116 75 20 533 103 63
Binary 11010101 101110 1010011 0 1001110 111101 10000 101011011 1000011 110011

Color Harmonies of #D52E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52E53

Black with #D52E53

Text Example


Text Example

White with #D52E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52E53; }

 p { color: rgb(213,46,83); }

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

background-color css

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

 a { background-color: rgb(213,46,83); }

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

border-color css

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

 span { border-color: rgb(213,46,83); }

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