Html Css Color HEX #DB3F4C Amaranth

📋 copy color: '#DB3F4C'

red 219 ◦ green 63 ◦ blue 76

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

Shades of Amaranth #DB3F4C

Tints of Amaranth #DB3F4C

RGB

 RED value IS 219 (85.94% from 255) = 61.17%

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

 BLUE value IS 76 (30.08% from 255) = 21.23%

R = 61.17%
G = 17.6%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB3F4C (or 0xDB3F4C) is known color: Amaranth. HEX triplet: DB, 3F and 4C. RGB value is (219,63,76). Sum of RGB (Red+Green+Blue) = 219+63+76=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3F4C is #24C0B3. Grayscale: #6F6F6F. Windows color (decimal): -2408628 or 4997083. OLE color: 4997083.

HSL color Cylindrical-coordinate representation of color #DB3F4C: hue angle of 355º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB3F4C is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 63 76 -
CMYK 0 0.71 0.65 0.14
HSL 355º 0.68% 0.55% -
HSV(B) 355º 0.71% 0.86% -
XYZ 32.3 19.14 8.83 -
YUV 111.13 108.18 204.94 -
System Red Green Blue C M Y K H S L
Decimal 219 63 76 0 0.71 0.65 0.14 355 0.68 0.55
Hex DB 3F 4C 0 47 41 E 163 44 37
Octal 333 77 114 0 107 101 16 543 104 67
Binary 11011011 111111 1001100 0 1000111 1000001 1110 101100011 1000100 110111

Color Harmonies of #DB3F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3F4C

Black with #DB3F4C

Text Example


Text Example

White with #DB3F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3F4C; }

 p { color: rgb(219,63,76); }

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

background-color css

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

 a { background-color: rgb(219,63,76); }

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

border-color css

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

 span { border-color: rgb(219,63,76); }

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