Html Css Color HEX #D33552 Amaranth

📋 copy color: '#D33552'

red 211 ◦ green 53 ◦ blue 82

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

Shades of Amaranth #D33552

Tints of Amaranth #D33552

RGB

 RED value IS 211 (82.81% from 255) = 60.98%

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

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

R = 60.98%
G = 15.32%
B = 23.7%

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

#D33552 (or 0xD33552) is known color: Amaranth. HEX triplet: D3, 35 and 52. RGB value is (211,53,82). Sum of RGB (Red+Green+Blue) = 211+53+82=346 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.98% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 211 - color contains mainly: red. Hex color #D33552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33552 is #2CCAAD. Grayscale: #676767. Windows color (decimal): -2935470 or 5387731. OLE color: 5387731.

HSL color Cylindrical-coordinate representation of color #D33552: hue angle of 348.99º degrees, saturation: 0.64, 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 #D33552 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 53 82 -
CMYK 0 0.75 0.61 0.17
HSL 348.99º 0.64% 0.52% -
HSV(B) 348.99º 0.75% 0.83% -
XYZ 29.66 17 9.7 -
YUV 103.55 115.85 204.64 -
System Red Green Blue C M Y K H S L
Decimal 211 53 82 0 0.75 0.61 0.17 348.99 0.64 0.52
Hex D3 35 52 0 4B 3D 11 15D 40 34
Octal 323 65 122 0 113 75 21 535 100 64
Binary 11010011 110101 1010010 0 1001011 111101 10001 101011101 1000000 110100

Color Harmonies of #D33552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33552

Black with #D33552

Text Example


Text Example

White with #D33552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33552; }

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

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

background-color css

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

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

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

border-color css

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

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

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