Html Css Color HEX #DB3C4F Amaranth

📋 copy color: '#DB3C4F'

red 219 ◦ green 60 ◦ blue 79

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

Shades of Amaranth #DB3C4F

Tints of Amaranth #DB3C4F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.76%

 BLUE value IS 79 (31.25% from 255) = 22.07%

R = 61.17%
G = 16.76%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB3C4F (or 0xDB3C4F) is known color: Amaranth. HEX triplet: DB, 3C and 4F. RGB value is (219,60,79). Sum of RGB (Red+Green+Blue) = 219+60+79=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3C4F is #24C3B0. Grayscale: #6D6D6D. Windows color (decimal): -2409393 or 5192923. OLE color: 5192923.

HSL color Cylindrical-coordinate representation of color #DB3C4F: hue angle of 352.83º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3C4F is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 60 79 -
CMYK 0 0.73 0.64 0.14
HSL 352.83º 0.69% 0.55% -
HSV(B) 352.83º 0.73% 0.86% -
XYZ 32.24 18.86 9.34 -
YUV 109.71 110.68 205.96 -
System Red Green Blue C M Y K H S L
Decimal 219 60 79 0 0.73 0.64 0.14 352.83 0.69 0.55
Hex DB 3C 4F 0 49 40 E 161 45 37
Octal 333 74 117 0 111 100 16 541 105 67
Binary 11011011 111100 1001111 0 1001001 1000000 1110 101100001 1000101 110111

Color Harmonies of #DB3C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3C4F

Black with #DB3C4F

Text Example


Text Example

White with #DB3C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3C4F; }

 p { color: rgb(219,60,79); }

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

background-color css

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

 a { background-color: rgb(219,60,79); }

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

border-color css

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

 span { border-color: rgb(219,60,79); }

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