Html Css Color HEX #DD214C Amaranth

📋 copy color: '#DD214C'

red 221 ◦ green 33 ◦ blue 76

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

Shades of Amaranth #DD214C

Tints of Amaranth #DD214C

RGB

 RED value IS 221 (86.72% from 255) = 66.97%

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

 BLUE value IS 76 (30.08% from 255) = 23.03%

R = 66.97%
G = 10%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD214C (or 0xDD214C) is known color: Amaranth. HEX triplet: DD, 21 and 4C. RGB value is (221,33,76). Sum of RGB (Red+Green+Blue) = 221+33+76=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD214C is #22DEB3. Grayscale: #5E5E5E. Windows color (decimal): -2285236 or 4989405. OLE color: 4989405.

HSL color Cylindrical-coordinate representation of color #DD214C: hue angle of 346.28º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD214C is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 33 76 -
CMYK 0 0.85 0.66 0.13
HSL 346.28º 0.74% 0.5% -
HSV(B) 346.28º 0.85% 0.87% -
XYZ 31.67 16.98 8.45 -
YUV 94.11 117.78 218.5 -
System Red Green Blue C M Y K H S L
Decimal 221 33 76 0 0.85 0.66 0.13 346.28 0.74 0.5
Hex DD 21 4C 0 55 42 D 15A 4A 32
Octal 335 41 114 0 125 102 15 532 112 62
Binary 11011101 100001 1001100 0 1010101 1000010 1101 101011010 1001010 110010

Color Harmonies of #DD214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD214C

Black with #DD214C

Text Example


Text Example

White with #DD214C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD214C; }

 p { color: rgb(221,33,76); }

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

background-color css

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

 a { background-color: rgb(221,33,76); }

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

border-color css

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

 span { border-color: rgb(221,33,76); }

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