Html Css Color HEX #D52153 Amaranth

📋 copy color: '#D52153'

red 213 ◦ green 33 ◦ blue 83

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

Shades of Amaranth #D52153

Tints of Amaranth #D52153

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.03%

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

R = 64.74%
G = 10.03%
B = 25.23%

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

#D52153 (or 0xD52153) is known color: Amaranth. HEX triplet: D5, 21 and 53. RGB value is (213,33,83). Sum of RGB (Red+Green+Blue) = 213+33+83=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D52153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52153 is #2ADEAC. Grayscale: #5C5C5C. Windows color (decimal): -2809517 or 5448149. OLE color: 5448149.

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

Color convert

RGB 213 33 83 -
CMYK 0 0.85 0.61 0.16
HSL 343.33º 0.73% 0.48% -
HSV(B) 343.33º 0.85% 0.84% -
XYZ 29.55 15.86 9.69 -
YUV 92.52 122.63 213.93 -
System Red Green Blue C M Y K H S L
Decimal 213 33 83 0 0.85 0.61 0.16 343.33 0.73 0.48
Hex D5 21 53 0 55 3D 10 157 49 30
Octal 325 41 123 0 125 75 20 527 111 60
Binary 11010101 100001 1010011 0 1010101 111101 10000 101010111 1001001 110000

Color Harmonies of #D52153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52153

Black with #D52153

Text Example


Text Example

White with #D52153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52153; }

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

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

background-color css

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

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

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

border-color css

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

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

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