Html Css Color HEX #D2204E Amaranth

📋 copy color: '#D2204E'

red 210 ◦ green 32 ◦ blue 78

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

Shades of Amaranth #D2204E

Tints of Amaranth #D2204E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10%

 BLUE value IS 78 (30.86% from 255) = 24.38%

R = 65.63%
G = 10%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D2204E (or 0xD2204E) is known color: Amaranth. HEX triplet: D2, 20 and 4E. RGB value is (210,32,78). Sum of RGB (Red+Green+Blue) = 210+32+78=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D2204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2204E is #2DDFB1. Grayscale: #5A5A5A. Windows color (decimal): -3006386 or 5120210. OLE color: 5120210.

HSL color Cylindrical-coordinate representation of color #D2204E: hue angle of 344.49º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2204E is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 32 78 -
CMYK 0 0.85 0.63 0.18
HSL 344.49º 0.74% 0.47% -
HSV(B) 344.49º 0.85% 0.82% -
XYZ 28.47 15.28 8.66 -
YUV 90.47 120.97 213.26 -
System Red Green Blue C M Y K H S L
Decimal 210 32 78 0 0.85 0.63 0.18 344.49 0.74 0.47
Hex D2 20 4E 0 55 3F 12 158 4A 2F
Octal 322 40 116 0 125 77 22 530 112 57
Binary 11010010 100000 1001110 0 1010101 111111 10010 101011000 1001010 101111

Color Harmonies of #D2204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2204E

Black with #D2204E

Text Example


Text Example

White with #D2204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2204E; }

 p { color: rgb(210,32,78); }

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

background-color css

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

 a { background-color: rgb(210,32,78); }

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

border-color css

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

 span { border-color: rgb(210,32,78); }

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