Html Css Color HEX #DB234D Amaranth

📋 copy color: '#DB234D'

red 219 ◦ green 35 ◦ blue 77

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

Shades of Amaranth #DB234D

Tints of Amaranth #DB234D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.57%

 BLUE value IS 77 (30.47% from 255) = 23.26%

R = 66.16%
G = 10.57%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB234D (or 0xDB234D) is known color: Amaranth. HEX triplet: DB, 23 and 4D. RGB value is (219,35,77). Sum of RGB (Red+Green+Blue) = 219+35+77=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB234D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB234D is #24DCB2. Grayscale: #5E5E5E. Windows color (decimal): -2415795 or 5055451. OLE color: 5055451.

HSL color Cylindrical-coordinate representation of color #DB234D: hue angle of 346.3º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB234D is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 35 77 -
CMYK 0 0.84 0.65 0.14
HSL 346.3º 0.72% 0.5% -
HSV(B) 346.3º 0.84% 0.86% -
XYZ 31.15 16.8 8.62 -
YUV 94.8 117.96 216.58 -
System Red Green Blue C M Y K H S L
Decimal 219 35 77 0 0.84 0.65 0.14 346.3 0.72 0.5
Hex DB 23 4D 0 54 41 E 15A 48 32
Octal 333 43 115 0 124 101 16 532 110 62
Binary 11011011 100011 1001101 0 1010100 1000001 1110 101011010 1001000 110010

Color Harmonies of #DB234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB234D

Black with #DB234D

Text Example


Text Example

White with #DB234D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB234D; }

 p { color: rgb(219,35,77); }

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

background-color css

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

 a { background-color: rgb(219,35,77); }

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

border-color css

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

 span { border-color: rgb(219,35,77); }

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