Html Css Color HEX #DF3F4D Amaranth

📋 copy color: '#DF3F4D'

red 223 ◦ green 63 ◦ blue 77

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

Shades of Amaranth #DF3F4D

Tints of Amaranth #DF3F4D

RGB

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

 GREEN value IS 63 (25% from 255) = 17.36%

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

R = 61.43%
G = 17.36%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF3F4D (or 0xDF3F4D) is known color: Amaranth. HEX triplet: DF, 3F and 4D. RGB value is (223,63,77). Sum of RGB (Red+Green+Blue) = 223+63+77=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3F4D is #20C0B2. Grayscale: #707070. Windows color (decimal): -2146483 or 5062623. OLE color: 5062623.

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

Color convert

RGB 223 63 77 -
CMYK 0 0.72 0.65 0.13
HSL 354.75º 0.71% 0.56% -
HSV(B) 354.75º 0.72% 0.87% -
XYZ 33.55 19.78 9.07 -
YUV 112.44 108.01 206.86 -
System Red Green Blue C M Y K H S L
Decimal 223 63 77 0 0.72 0.65 0.13 354.75 0.71 0.56
Hex DF 3F 4D 0 48 41 D 163 47 38
Octal 337 77 115 0 110 101 15 543 107 70
Binary 11011111 111111 1001101 0 1001000 1000001 1101 101100011 1000111 111000

Color Harmonies of #DF3F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3F4D

Black with #DF3F4D

Text Example


Text Example

White with #DF3F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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