Html Css Color HEX #DF334E Amaranth

📋 copy color: '#DF334E'

red 223 ◦ green 51 ◦ blue 78

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

Shades of Amaranth #DF334E

Tints of Amaranth #DF334E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.49%

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

R = 63.35%
G = 14.49%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF334E (or 0xDF334E) is known color: Amaranth. HEX triplet: DF, 33 and 4E. RGB value is (223,51,78). Sum of RGB (Red+Green+Blue) = 223+51+78=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF334E is #20CCB1. Grayscale: #696969. Windows color (decimal): -2149554 or 5125087. OLE color: 5125087.

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

Color convert

RGB 223 51 78 -
CMYK 0 0.77 0.65 0.13
HSL 350.58º 0.73% 0.54% -
HSV(B) 350.58º 0.77% 0.87% -
XYZ 32.99 18.61 9.06 -
YUV 105.51 112.48 211.8 -
System Red Green Blue C M Y K H S L
Decimal 223 51 78 0 0.77 0.65 0.13 350.58 0.73 0.54
Hex DF 33 4E 0 4D 41 D 15F 49 36
Octal 337 63 116 0 115 101 15 537 111 66
Binary 11011111 110011 1001110 0 1001101 1000001 1101 101011111 1001001 110110

Color Harmonies of #DF334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF334E

Black with #DF334E

Text Example


Text Example

White with #DF334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF334E; }

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

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

background-color css

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

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

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

border-color css

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

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

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