Html Css Color HEX #D22153 Amaranth

📋 copy color: '#D22153'

red 210 ◦ green 33 ◦ blue 83

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

Shades of Amaranth #D22153

Tints of Amaranth #D22153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.46%

R = 64.42%
G = 10.12%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D22153 (or 0xD22153) is known color: Amaranth. HEX triplet: D2, 21 and 53. RGB value is (210,33,83). Sum of RGB (Red+Green+Blue) = 210+33+83=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D22153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22153 is #2DDEAC. Grayscale: #5B5B5B. Windows color (decimal): -3006125 or 5448146. OLE color: 5448146.

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

Color convert

RGB 210 33 83 -
CMYK 0 0.84 0.60 0.18
HSL 343.05º 0.73% 0.48% -
HSV(B) 343.05º 0.84% 0.82% -
XYZ 28.68 15.41 9.65 -
YUV 91.62 123.14 212.43 -
System Red Green Blue C M Y K H S L
Decimal 210 33 83 0 0.84 0.60 0.18 343.05 0.73 0.48
Hex D2 21 53 0 54 3C 12 157 49 30
Octal 322 41 123 0 124 74 22 527 111 60
Binary 11010010 100001 1010011 0 1010100 111100 10010 101010111 1001001 110000

Color Harmonies of #D22153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22153

Black with #D22153

Text Example


Text Example

White with #D22153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22153; }

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

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

background-color css

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

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

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

border-color css

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

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

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