Html Css Color HEX #D33154 Amaranth

📋 copy color: '#D33154'

red 211 ◦ green 49 ◦ blue 84

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

Shades of Amaranth #D33154

Tints of Amaranth #D33154

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.24%

 BLUE value IS 84 (33.2% from 255) = 24.42%

R = 61.34%
G = 14.24%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#D33154 (or 0xD33154) is known color: Amaranth. HEX triplet: D3, 31 and 54. RGB value is (211,49,84). Sum of RGB (Red+Green+Blue) = 211+49+84=344 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.34% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 211 - color contains mainly: red. Hex color #D33154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33154 is #2CCEAB. Grayscale: #656565. Windows color (decimal): -2936492 or 5517779. OLE color: 5517779.

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

Color convert

RGB 211 49 84 -
CMYK 0 0.77 0.60 0.17
HSL 347.04º 0.65% 0.51% -
HSV(B) 347.04º 0.77% 0.83% -
XYZ 29.56 16.69 10.05 -
YUV 101.43 118.17 206.15 -
System Red Green Blue C M Y K H S L
Decimal 211 49 84 0 0.77 0.60 0.17 347.04 0.65 0.51
Hex D3 31 54 0 4D 3C 11 15B 41 33
Octal 323 61 124 0 115 74 21 533 101 63
Binary 11010011 110001 1010100 0 1001101 111100 10001 101011011 1000001 110011

Color Harmonies of #D33154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33154

Black with #D33154

Text Example


Text Example

White with #D33154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33154; }

 p { color: rgb(211,49,84); }

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

background-color css

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

 a { background-color: rgb(211,49,84); }

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

border-color css

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

 span { border-color: rgb(211,49,84); }

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