Html Css Color HEX #D52157 Amaranth

📋 copy color: '#D52157'

red 213 ◦ green 33 ◦ blue 87

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

Shades of Amaranth #D52157

Tints of Amaranth #D52157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.13%

R = 63.96%
G = 9.91%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D52157 (or 0xD52157) is known color: Amaranth. HEX triplet: D5, 21 and 57. RGB value is (213,33,87). Sum of RGB (Red+Green+Blue) = 213+33+87=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D52157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52157 is #2ADEA8. Grayscale: #5C5C5C. Windows color (decimal): -2809513 or 5710293. OLE color: 5710293.

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

Color convert

RGB 213 33 87 -
CMYK 0 0.85 0.59 0.16
HSL 342º 0.73% 0.48% -
HSV(B) 342º 0.85% 0.84% -
XYZ 29.7 15.92 10.52 -
YUV 92.98 124.63 213.61 -
System Red Green Blue C M Y K H S L
Decimal 213 33 87 0 0.85 0.59 0.16 342 0.73 0.48
Hex D5 21 57 0 55 3B 10 156 49 30
Octal 325 41 127 0 125 73 20 526 111 60
Binary 11010101 100001 1010111 0 1010101 111011 10000 101010110 1001001 110000

Color Harmonies of #D52157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52157

Black with #D52157

Text Example


Text Example

White with #D52157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52157; }

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

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

background-color css

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

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

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

border-color css

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

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

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