Html Css Color HEX #DB3652 Amaranth

📋 copy color: '#DB3652'

red 219 ◦ green 54 ◦ blue 82

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

Shades of Amaranth #DB3652

Tints of Amaranth #DB3652

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.21%

 BLUE value IS 82 (32.42% from 255) = 23.1%

R = 61.69%
G = 15.21%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB3652 (or 0xDB3652) is known color: Amaranth. HEX triplet: DB, 36 and 52. RGB value is (219,54,82). Sum of RGB (Red+Green+Blue) = 219+54+82=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3652 is #24C9AD. Grayscale: #6A6A6A. Windows color (decimal): -2410926 or 5387995. OLE color: 5387995.

HSL color Cylindrical-coordinate representation of color #DB3652: hue angle of 349.82º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3652 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 54 82 -
CMYK 0 0.75 0.63 0.14
HSL 349.82º 0.7% 0.54% -
HSV(B) 349.82º 0.75% 0.86% -
XYZ 32.06 18.31 9.83 -
YUV 106.53 114.16 208.22 -
System Red Green Blue C M Y K H S L
Decimal 219 54 82 0 0.75 0.63 0.14 349.82 0.7 0.54
Hex DB 36 52 0 4B 3F E 15E 46 36
Octal 333 66 122 0 113 77 16 536 106 66
Binary 11011011 110110 1010010 0 1001011 111111 1110 101011110 1000110 110110

Color Harmonies of #DB3652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3652

Black with #DB3652

Text Example


Text Example

White with #DB3652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3652; }

 p { color: rgb(219,54,82); }

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

background-color css

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

 a { background-color: rgb(219,54,82); }

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

border-color css

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

 span { border-color: rgb(219,54,82); }

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