Html Css Color HEX #DB3055 Amaranth

📋 copy color: '#DB3055'

red 219 ◦ green 48 ◦ blue 85

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

Shades of Amaranth #DB3055

Tints of Amaranth #DB3055

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.64%

 BLUE value IS 85 (33.59% from 255) = 24.15%

R = 62.22%
G = 13.64%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB3055 (or 0xDB3055) is known color: Amaranth. HEX triplet: DB, 30 and 55. RGB value is (219,48,85). Sum of RGB (Red+Green+Blue) = 219+48+85=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3055 is #24CFAA. Grayscale: #676767. Windows color (decimal): -2412459 or 5583067. OLE color: 5583067.

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

Color convert

RGB 219 48 85 -
CMYK 0 0.78 0.61 0.14
HSL 347.02º 0.7% 0.52% -
HSV(B) 347.02º 0.78% 0.86% -
XYZ 31.91 17.83 10.35 -
YUV 103.35 117.65 210.49 -
System Red Green Blue C M Y K H S L
Decimal 219 48 85 0 0.78 0.61 0.14 347.02 0.7 0.52
Hex DB 30 55 0 4E 3D E 15B 46 34
Octal 333 60 125 0 116 75 16 533 106 64
Binary 11011011 110000 1010101 0 1001110 111101 1110 101011011 1000110 110100

Color Harmonies of #DB3055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3055

Black with #DB3055

Text Example


Text Example

White with #DB3055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3055; }

 p { color: rgb(219,48,85); }

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

background-color css

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

 a { background-color: rgb(219,48,85); }

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

border-color css

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

 span { border-color: rgb(219,48,85); }

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