Html Css Color HEX #DB334B Amaranth

📋 copy color: '#DB334B'

red 219 ◦ green 51 ◦ blue 75

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

Shades of Amaranth #DB334B

Tints of Amaranth #DB334B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.78%

 BLUE value IS 75 (29.69% from 255) = 21.74%

R = 63.48%
G = 14.78%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB334B (or 0xDB334B) is known color: Amaranth. HEX triplet: DB, 33 and 4B. RGB value is (219,51,75). Sum of RGB (Red+Green+Blue) = 219+51+75=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB334B is #24CCB4. Grayscale: #686868. Windows color (decimal): -2411701 or 4928475. OLE color: 4928475.

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

Color convert

RGB 219 51 75 -
CMYK 0 0.77 0.66 0.14
HSL 351.43º 0.7% 0.53% -
HSV(B) 351.43º 0.77% 0.86% -
XYZ 31.67 17.94 8.45 -
YUV 103.97 111.66 210.05 -
System Red Green Blue C M Y K H S L
Decimal 219 51 75 0 0.77 0.66 0.14 351.43 0.7 0.53
Hex DB 33 4B 0 4D 42 E 15F 46 35
Octal 333 63 113 0 115 102 16 537 106 65
Binary 11011011 110011 1001011 0 1001101 1000010 1110 101011111 1000110 110101

Color Harmonies of #DB334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB334B

Black with #DB334B

Text Example


Text Example

White with #DB334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB334B; }

 p { color: rgb(219,51,75); }

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

background-color css

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

 a { background-color: rgb(219,51,75); }

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

border-color css

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

 span { border-color: rgb(219,51,75); }

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