Html Css Color HEX #DF384D Amaranth

📋 copy color: '#DF384D'

red 223 ◦ green 56 ◦ blue 77

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

Shades of Amaranth #DF384D

Tints of Amaranth #DF384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.73%

 BLUE value IS 77 (30.47% from 255) = 21.63%

R = 62.64%
G = 15.73%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF384D (or 0xDF384D) is known color: Amaranth. HEX triplet: DF, 38 and 4D. RGB value is (223,56,77). Sum of RGB (Red+Green+Blue) = 223+56+77=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF384D is #20C7B2. Grayscale: #6C6C6C. Windows color (decimal): -2148275 or 5060831. OLE color: 5060831.

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

Color convert

RGB 223 56 77 -
CMYK 0 0.75 0.65 0.13
HSL 352.46º 0.72% 0.55% -
HSV(B) 352.46º 0.75% 0.87% -
XYZ 33.19 19.05 8.95 -
YUV 108.33 110.33 209.79 -
System Red Green Blue C M Y K H S L
Decimal 223 56 77 0 0.75 0.65 0.13 352.46 0.72 0.55
Hex DF 38 4D 0 4B 41 D 160 48 37
Octal 337 70 115 0 113 101 15 540 110 67
Binary 11011111 111000 1001101 0 1001011 1000001 1101 101100000 1001000 110111

Color Harmonies of #DF384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF384D

Black with #DF384D

Text Example


Text Example

White with #DF384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF384D; }

 p { color: rgb(223,56,77); }

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

background-color css

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

 a { background-color: rgb(223,56,77); }

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

border-color css

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

 span { border-color: rgb(223,56,77); }

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