Html Css Color HEX #D52054 Amaranth

📋 copy color: '#D52054'

red 213 ◦ green 32 ◦ blue 84

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

Shades of Amaranth #D52054

Tints of Amaranth #D52054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.53%

R = 64.74%
G = 9.73%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D52054 (or 0xD52054) is known color: Amaranth. HEX triplet: D5, 20 and 54. RGB value is (213,32,84). Sum of RGB (Red+Green+Blue) = 213+32+84=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D52054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52054 is #2ADFAB. Grayscale: #5C5C5C. Windows color (decimal): -2809772 or 5513429. OLE color: 5513429.

HSL color Cylindrical-coordinate representation of color #D52054: hue angle of 342.76º 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 #D52054 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 32 84 -
CMYK 0 0.85 0.61 0.16
HSL 342.76º 0.74% 0.48% -
HSV(B) 342.76º 0.85% 0.84% -
XYZ 29.56 15.82 9.88 -
YUV 92.05 123.47 214.27 -
System Red Green Blue C M Y K H S L
Decimal 213 32 84 0 0.85 0.61 0.16 342.76 0.74 0.48
Hex D5 20 54 0 55 3D 10 157 4A 30
Octal 325 40 124 0 125 75 20 527 112 60
Binary 11010101 100000 1010100 0 1010101 111101 10000 101010111 1001010 110000

Color Harmonies of #D52054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52054

Black with #D52054

Text Example


Text Example

White with #D52054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52054; }

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

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

background-color css

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

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

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

border-color css

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

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

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