Html Css Color HEX #D43552 Amaranth

📋 copy color: '#D43552'

red 212 ◦ green 53 ◦ blue 82

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

Shades of Amaranth #D43552

Tints of Amaranth #D43552

RGB

 RED value IS 212 (83.2% from 255) = 61.1%

 GREEN value IS 53 (21.09% from 255) = 15.27%

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

R = 61.1%
G = 15.27%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D43552 (or 0xD43552) is known color: Amaranth. HEX triplet: D4, 35 and 52. RGB value is (212,53,82). Sum of RGB (Red+Green+Blue) = 212+53+82=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D43552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43552 is #2BCAAD. Grayscale: #676767. Windows color (decimal): -2869934 or 5387732. OLE color: 5387732.

HSL color Cylindrical-coordinate representation of color #D43552: hue angle of 349.06º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43552 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 53 82 -
CMYK 0 0.75 0.61 0.17
HSL 349.06º 0.65% 0.52% -
HSV(B) 349.06º 0.75% 0.83% -
XYZ 29.95 17.15 9.71 -
YUV 103.85 115.68 205.14 -
System Red Green Blue C M Y K H S L
Decimal 212 53 82 0 0.75 0.61 0.17 349.06 0.65 0.52
Hex D4 35 52 0 4B 3D 11 15D 41 34
Octal 324 65 122 0 113 75 21 535 101 64
Binary 11010100 110101 1010010 0 1001011 111101 10001 101011101 1000001 110100

Color Harmonies of #D43552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43552

Black with #D43552

Text Example


Text Example

White with #D43552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43552; }

 p { color: rgb(212,53,82); }

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

background-color css

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

 a { background-color: rgb(212,53,82); }

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

border-color css

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

 span { border-color: rgb(212,53,82); }

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