Html Css Color HEX #DF3D52 Amaranth

📋 copy color: '#DF3D52'

red 223 ◦ green 61 ◦ blue 82

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

Shades of Amaranth #DF3D52

Tints of Amaranth #DF3D52

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.67%

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

R = 60.93%
G = 16.67%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF3D52 (or 0xDF3D52) is known color: Amaranth. HEX triplet: DF, 3D and 52. RGB value is (223,61,82). Sum of RGB (Red+Green+Blue) = 223+61+82=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3D52 is #20C2AD. Grayscale: #6F6F6F. Windows color (decimal): -2146990 or 5389791. OLE color: 5389791.

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

Color convert

RGB 223 61 82 -
CMYK 0 0.73 0.63 0.13
HSL 352.22º 0.72% 0.56% -
HSV(B) 352.22º 0.73% 0.87% -
XYZ 33.62 19.63 10 -
YUV 111.83 111.17 207.29 -
System Red Green Blue C M Y K H S L
Decimal 223 61 82 0 0.73 0.63 0.13 352.22 0.72 0.56
Hex DF 3D 52 0 49 3F D 160 48 38
Octal 337 75 122 0 111 77 15 540 110 70
Binary 11011111 111101 1010010 0 1001001 111111 1101 101100000 1001000 111000

Color Harmonies of #DF3D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3D52

Black with #DF3D52

Text Example


Text Example

White with #DF3D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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