Html Css Color HEX #DF3E52 Amaranth

📋 copy color: '#DF3E52'

red 223 ◦ green 62 ◦ blue 82

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

Shades of Amaranth #DF3E52

Tints of Amaranth #DF3E52

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.89%

 BLUE value IS 82 (32.42% from 255) = 22.34%

R = 60.76%
G = 16.89%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF3E52 (or 0xDF3E52) is known color: Amaranth. HEX triplet: DF, 3E and 52. RGB value is (223,62,82). Sum of RGB (Red+Green+Blue) = 223+62+82=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3E52 is #20C1AD. Grayscale: #707070. Windows color (decimal): -2146734 or 5390047. OLE color: 5390047.

HSL color Cylindrical-coordinate representation of color #DF3E52: hue angle of 352.55º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3E52 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 62 82 -
CMYK 0 0.72 0.63 0.13
HSL 352.55º 0.72% 0.56% -
HSV(B) 352.55º 0.72% 0.87% -
XYZ 33.68 19.74 10.02 -
YUV 112.42 110.84 206.87 -
System Red Green Blue C M Y K H S L
Decimal 223 62 82 0 0.72 0.63 0.13 352.55 0.72 0.56
Hex DF 3E 52 0 48 3F D 161 48 38
Octal 337 76 122 0 110 77 15 541 110 70
Binary 11011111 111110 1010010 0 1001000 111111 1101 101100001 1001000 111000

Color Harmonies of #DF3E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3E52

Black with #DF3E52

Text Example


Text Example

White with #DF3E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3E52; }

 p { color: rgb(223,62,82); }

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

background-color css

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

 a { background-color: rgb(223,62,82); }

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

border-color css

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

 span { border-color: rgb(223,62,82); }

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