Html Css Color HEX #D52055 Amaranth

📋 copy color: '#D52055'

red 213 ◦ green 32 ◦ blue 85

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

Shades of Amaranth #D52055

Tints of Amaranth #D52055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.76%

R = 64.55%
G = 9.7%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D52055 (or 0xD52055) is known color: Amaranth. HEX triplet: D5, 20 and 55. RGB value is (213,32,85). Sum of RGB (Red+Green+Blue) = 213+32+85=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D52055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52055 is #2ADFAA. Grayscale: #5C5C5C. Windows color (decimal): -2809771 or 5578965. OLE color: 5578965.

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

Color convert

RGB 213 32 85 -
CMYK 0 0.85 0.60 0.16
HSL 342.43º 0.74% 0.48% -
HSV(B) 342.43º 0.85% 0.84% -
XYZ 29.6 15.84 10.09 -
YUV 92.16 123.97 214.19 -
System Red Green Blue C M Y K H S L
Decimal 213 32 85 0 0.85 0.60 0.16 342.43 0.74 0.48
Hex D5 20 55 0 55 3C 10 156 4A 30
Octal 325 40 125 0 125 74 20 526 112 60
Binary 11010101 100000 1010101 0 1010101 111100 10000 101010110 1001010 110000

Color Harmonies of #D52055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52055

Black with #D52055

Text Example


Text Example

White with #D52055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52055; }

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

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

background-color css

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

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

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

border-color css

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

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

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