Html Css Color HEX #DB2D52 Amaranth

📋 copy color: '#DB2D52'

red 219 ◦ green 45 ◦ blue 82

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

Shades of Amaranth #DB2D52

Tints of Amaranth #DB2D52

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.01%

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

R = 63.29%
G = 13.01%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB2D52 (or 0xDB2D52) is known color: Amaranth. HEX triplet: DB, 2D and 52. RGB value is (219,45,82). Sum of RGB (Red+Green+Blue) = 219+45+82=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2D52 is #24D2AD. Grayscale: #656565. Windows color (decimal): -2413230 or 5385691. OLE color: 5385691.

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

Color convert

RGB 219 45 82 -
CMYK 0 0.79 0.63 0.14
HSL 347.24º 0.71% 0.52% -
HSV(B) 347.24º 0.79% 0.86% -
XYZ 31.67 17.55 9.7 -
YUV 101.24 117.15 211.99 -
System Red Green Blue C M Y K H S L
Decimal 219 45 82 0 0.79 0.63 0.14 347.24 0.71 0.52
Hex DB 2D 52 0 4F 3F E 15B 47 34
Octal 333 55 122 0 117 77 16 533 107 64
Binary 11011011 101101 1010010 0 1001111 111111 1110 101011011 1000111 110100

Color Harmonies of #DB2D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2D52

Black with #DB2D52

Text Example


Text Example

White with #DB2D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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