Html Css Color HEX #D22156 Amaranth

📋 copy color: '#D22156'

red 210 ◦ green 33 ◦ blue 86

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

Shades of Amaranth #D22156

Tints of Amaranth #D22156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.14%

R = 63.83%
G = 10.03%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D22156 (or 0xD22156) is known color: Amaranth. HEX triplet: D2, 21 and 56. RGB value is (210,33,86). Sum of RGB (Red+Green+Blue) = 210+33+86=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D22156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22156 is #2DDEA9. Grayscale: #5B5B5B. Windows color (decimal): -3006122 or 5644754. OLE color: 5644754.

HSL color Cylindrical-coordinate representation of color #D22156: hue angle of 342.03º 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 #D22156 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 33 86 -
CMYK 0 0.84 0.59 0.18
HSL 342.03º 0.73% 0.48% -
HSV(B) 342.03º 0.84% 0.82% -
XYZ 28.8 15.46 10.27 -
YUV 91.97 124.64 212.19 -
System Red Green Blue C M Y K H S L
Decimal 210 33 86 0 0.84 0.59 0.18 342.03 0.73 0.48
Hex D2 21 56 0 54 3B 12 156 49 30
Octal 322 41 126 0 124 73 22 526 111 60
Binary 11010010 100001 1010110 0 1010100 111011 10010 101010110 1001001 110000

Color Harmonies of #D22156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22156

Black with #D22156

Text Example


Text Example

White with #D22156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22156; }

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

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

background-color css

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

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

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

border-color css

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

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

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