Html Css Color HEX #DB3F53 Amaranth

📋 copy color: '#DB3F53'

red 219 ◦ green 63 ◦ blue 83

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

Shades of Amaranth #DB3F53

Tints of Amaranth #DB3F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.74%

R = 60%
G = 17.26%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB3F53 (or 0xDB3F53) is known color: Amaranth. HEX triplet: DB, 3F and 53. RGB value is (219,63,83). Sum of RGB (Red+Green+Blue) = 219+63+83=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3F53 is #24C0AC. Grayscale: #707070. Windows color (decimal): -2408621 or 5455835. OLE color: 5455835.

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

Color convert

RGB 219 63 83 -
CMYK 0 0.71 0.62 0.14
HSL 352.31º 0.68% 0.55% -
HSV(B) 352.31º 0.71% 0.86% -
XYZ 32.55 19.24 10.18 -
YUV 111.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 219 63 83 0 0.71 0.62 0.14 352.31 0.68 0.55
Hex DB 3F 53 0 47 3E E 160 44 37
Octal 333 77 123 0 107 76 16 540 104 67
Binary 11011011 111111 1010011 0 1000111 111110 1110 101100000 1000100 110111

Color Harmonies of #DB3F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3F53

Black with #DB3F53

Text Example


Text Example

White with #DB3F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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