Html Css Color HEX #D52050 Amaranth

📋 copy color: '#D52050'

red 213 ◦ green 32 ◦ blue 80

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

Shades of Amaranth #D52050

Tints of Amaranth #D52050

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.85%

 BLUE value IS 80 (31.64% from 255) = 24.62%

R = 65.54%
G = 9.85%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D52050 (or 0xD52050) is known color: Amaranth. HEX triplet: D5, 20 and 50. RGB value is (213,32,80). Sum of RGB (Red+Green+Blue) = 213+32+80=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D52050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52050 is #2ADFAF. Grayscale: #5B5B5B. Windows color (decimal): -2809776 or 5251285. OLE color: 5251285.

HSL color Cylindrical-coordinate representation of color #D52050: hue angle of 344.09º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52050 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 32 80 -
CMYK 0 0.85 0.62 0.16
HSL 344.09º 0.74% 0.48% -
HSV(B) 344.09º 0.85% 0.84% -
XYZ 29.41 15.76 9.08 -
YUV 91.59 121.47 214.6 -
System Red Green Blue C M Y K H S L
Decimal 213 32 80 0 0.85 0.62 0.16 344.09 0.74 0.48
Hex D5 20 50 0 55 3E 10 158 4A 30
Octal 325 40 120 0 125 76 20 530 112 60
Binary 11010101 100000 1010000 0 1010101 111110 10000 101011000 1001010 110000

Color Harmonies of #D52050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52050

Black with #D52050

Text Example


Text Example

White with #D52050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52050; }

 p { color: rgb(213,32,80); }

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

background-color css

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

 a { background-color: rgb(213,32,80); }

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

border-color css

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

 span { border-color: rgb(213,32,80); }

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