Html Css Color HEX #D52852 Amaranth

📋 copy color: '#D52852'

red 213 ◦ green 40 ◦ blue 82

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

Shades of Amaranth #D52852

Tints of Amaranth #D52852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.94%

 BLUE value IS 82 (32.42% from 255) = 24.48%

R = 63.58%
G = 11.94%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D52852 (or 0xD52852) is known color: Amaranth. HEX triplet: D5, 28 and 52. RGB value is (213,40,82). Sum of RGB (Red+Green+Blue) = 213+40+82=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D52852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52852 is #2AD7AD. Grayscale: #606060. Windows color (decimal): -2807726 or 5384405. OLE color: 5384405.

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

Color convert

RGB 213 40 82 -
CMYK 0 0.81 0.62 0.16
HSL 345.43º 0.68% 0.5% -
HSV(B) 345.43º 0.81% 0.84% -
XYZ 29.72 16.27 9.56 -
YUV 96.52 119.81 211.08 -
System Red Green Blue C M Y K H S L
Decimal 213 40 82 0 0.81 0.62 0.16 345.43 0.68 0.5
Hex D5 28 52 0 51 3E 10 159 44 32
Octal 325 50 122 0 121 76 20 531 104 62
Binary 11010101 101000 1010010 0 1010001 111110 10000 101011001 1000100 110010

Color Harmonies of #D52852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52852

Black with #D52852

Text Example


Text Example

White with #D52852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52852; }

 p { color: rgb(213,40,82); }

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

background-color css

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

 a { background-color: rgb(213,40,82); }

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

border-color css

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

 span { border-color: rgb(213,40,82); }

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