Html Css Color HEX #DD234E Amaranth

📋 copy color: '#DD234E'

red 221 ◦ green 35 ◦ blue 78

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

Shades of Amaranth #DD234E

Tints of Amaranth #DD234E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.48%

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

R = 66.17%
G = 10.48%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD234E (or 0xDD234E) is known color: Amaranth. HEX triplet: DD, 23 and 4E. RGB value is (221,35,78). Sum of RGB (Red+Green+Blue) = 221+35+78=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD234E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD234E is #22DCB1. Grayscale: #5F5F5F. Windows color (decimal): -2284722 or 5120989. OLE color: 5120989.

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

Color convert

RGB 221 35 78 -
CMYK 0 0.84 0.65 0.13
HSL 346.13º 0.73% 0.5% -
HSV(B) 346.13º 0.84% 0.87% -
XYZ 31.79 17.12 8.84 -
YUV 95.52 118.12 217.5 -
System Red Green Blue C M Y K H S L
Decimal 221 35 78 0 0.84 0.65 0.13 346.13 0.73 0.5
Hex DD 23 4E 0 54 41 D 15A 49 32
Octal 335 43 116 0 124 101 15 532 111 62
Binary 11011101 100011 1001110 0 1010100 1000001 1101 101011010 1001001 110010

Color Harmonies of #DD234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD234E

Black with #DD234E

Text Example


Text Example

White with #DD234E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD234E; }

 p { color: rgb(221,35,78); }

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

background-color css

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

 a { background-color: rgb(221,35,78); }

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

border-color css

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

 span { border-color: rgb(221,35,78); }

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