Html Css Color HEX #DF225A Amaranth

📋 copy color: '#DF225A'

red 223 ◦ green 34 ◦ blue 90

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

Shades of Amaranth #DF225A

Tints of Amaranth #DF225A

RGB

 RED value IS 223 (87.5% from 255) = 64.27%

 GREEN value IS 34 (13.67% from 255) = 9.8%

 BLUE value IS 90 (35.55% from 255) = 25.94%

R = 64.27%
G = 9.8%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DF225A (or 0xDF225A) is known color: Amaranth. HEX triplet: DF, 22 and 5A. RGB value is (223,34,90). Sum of RGB (Red+Green+Blue) = 223+34+90=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF225A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF225A is #20DDA5. Grayscale: #606060. Windows color (decimal): -2153894 or 5907167. OLE color: 5907167.

HSL color Cylindrical-coordinate representation of color #DF225A: hue angle of 342.22º degrees, saturation: 0.75, 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 #DF225A is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 34 90 -
CMYK 0 0.85 0.60 0.13
HSL 342.22º 0.75% 0.5% -
HSV(B) 342.22º 0.85% 0.87% -
XYZ 32.85 17.57 11.33 -
YUV 96.9 124.12 217.95 -
System Red Green Blue C M Y K H S L
Decimal 223 34 90 0 0.85 0.60 0.13 342.22 0.75 0.5
Hex DF 22 5A 0 55 3C D 156 4B 32
Octal 337 42 132 0 125 74 15 526 113 62
Binary 11011111 100010 1011010 0 1010101 111100 1101 101010110 1001011 110010

Color Harmonies of #DF225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF225A

Black with #DF225A

Text Example


Text Example

White with #DF225A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF225A; }

 p { color: rgb(223,34,90); }

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

background-color css

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

 a { background-color: rgb(223,34,90); }

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

border-color css

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

 span { border-color: rgb(223,34,90); }

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