Html Css Color HEX #DF3D4E Amaranth

📋 copy color: '#DF3D4E'

red 223 ◦ green 61 ◦ blue 78

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

Shades of Amaranth #DF3D4E

Tints of Amaranth #DF3D4E

RGB

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

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

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

R = 61.6%
G = 16.85%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF3D4E (or 0xDF3D4E) is known color: Amaranth. HEX triplet: DF, 3D and 4E. RGB value is (223,61,78). Sum of RGB (Red+Green+Blue) = 223+61+78=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3D4E is #20C2B1. Grayscale: #6F6F6F. Windows color (decimal): -2146994 or 5127647. OLE color: 5127647.

HSL color Cylindrical-coordinate representation of color #DF3D4E: hue angle of 353.7º 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 #DF3D4E is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 61 78 -
CMYK 0 0.73 0.65 0.13
HSL 353.7º 0.72% 0.56% -
HSV(B) 353.7º 0.73% 0.87% -
XYZ 33.48 19.58 9.22 -
YUV 111.38 109.17 207.62 -
System Red Green Blue C M Y K H S L
Decimal 223 61 78 0 0.73 0.65 0.13 353.7 0.72 0.56
Hex DF 3D 4E 0 49 41 D 162 48 38
Octal 337 75 116 0 111 101 15 542 110 70
Binary 11011111 111101 1001110 0 1001001 1000001 1101 101100010 1001000 111000

Color Harmonies of #DF3D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3D4E

Black with #DF3D4E

Text Example


Text Example

White with #DF3D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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