Html Css Color HEX #DB3F4A Amaranth

📋 copy color: '#DB3F4A'

red 219 ◦ green 63 ◦ blue 74

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

Shades of Amaranth #DB3F4A

Tints of Amaranth #DB3F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.79%

R = 61.52%
G = 17.7%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB3F4A (or 0xDB3F4A) is known color: Amaranth. HEX triplet: DB, 3F and 4A. RGB value is (219,63,74). Sum of RGB (Red+Green+Blue) = 219+63+74=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3F4A is #24C0B5. Grayscale: #6F6F6F. Windows color (decimal): -2408630 or 4866011. OLE color: 4866011.

HSL color Cylindrical-coordinate representation of color #DB3F4A: hue angle of 355.77º 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 #DB3F4A is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 63 74 -
CMYK 0 0.71 0.66 0.14
HSL 355.77º 0.68% 0.55% -
HSV(B) 355.77º 0.71% 0.86% -
XYZ 32.23 19.11 8.47 -
YUV 110.9 107.18 205.11 -
System Red Green Blue C M Y K H S L
Decimal 219 63 74 0 0.71 0.66 0.14 355.77 0.68 0.55
Hex DB 3F 4A 0 47 42 E 164 44 37
Octal 333 77 112 0 107 102 16 544 104 67
Binary 11011011 111111 1001010 0 1000111 1000010 1110 101100100 1000100 110111

Color Harmonies of #DB3F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3F4A

Black with #DB3F4A

Text Example


Text Example

White with #DB3F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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