Html Css Color HEX #D22154 Amaranth

📋 copy color: '#D22154'

red 210 ◦ green 33 ◦ blue 84

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

Shades of Amaranth #D22154

Tints of Amaranth #D22154

RGB

 RED value IS 210 (82.42% from 255) = 64.22%

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

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

R = 64.22%
G = 10.09%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#D22154 (or 0xD22154) is known color: Amaranth. HEX triplet: D2, 21 and 54. RGB value is (210,33,84). Sum of RGB (Red+Green+Blue) = 210+33+84=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D22154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22154 is #2DDEAB. Grayscale: #5B5B5B. Windows color (decimal): -3006124 or 5513682. OLE color: 5513682.

HSL color Cylindrical-coordinate representation of color #D22154: hue angle of 342.71º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D22154 is Cyan = 0, Magento = 0.84, Yellow = 0.6 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 33 84 -
CMYK 0 0.84 0.6 0.18
HSL 342.71º 0.73% 0.48% -
HSV(B) 342.71º 0.84% 0.82% -
XYZ 28.72 15.43 9.85 -
YUV 91.74 123.64 212.35 -
System Red Green Blue C M Y K H S L
Decimal 210 33 84 0 0.84 0.6 0.18 342.71 0.73 0.48
Hex D2 21 54 0 54 3C 12 157 49 30
Octal 322 41 124 0 124 74 22 527 111 60
Binary 11010010 100001 1010100 0 1010100 111100 10010 101010111 1001001 110000

Color Harmonies of #D22154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22154

Black with #D22154

Text Example


Text Example

White with #D22154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22154; }

 p { color: rgb(210,33,84); }

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

background-color css

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

 a { background-color: rgb(210,33,84); }

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

border-color css

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

 span { border-color: rgb(210,33,84); }

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