Html Css Color HEX #DB4454 Mandy

📋 copy color: '#DB4454'

red 219 ◦ green 68 ◦ blue 84

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

Shades of Mandy #DB4454

Tints of Mandy #DB4454

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.33%

 BLUE value IS 84 (33.2% from 255) = 22.64%

R = 59.03%
G = 18.33%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB4454 (or 0xDB4454) is known color: Mandy. HEX triplet: DB, 44 and 54. RGB value is (219,68,84). Sum of RGB (Red+Green+Blue) = 219+68+84=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4454 is #24BBAB. Grayscale: #737373. Windows color (decimal): -2407340 or 5522651. OLE color: 5522651.

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

Color convert

RGB 219 68 84 -
CMYK 0 0.69 0.62 0.14
HSL 353.64º 0.68% 0.56% -
HSV(B) 353.64º 0.69% 0.86% -
XYZ 32.88 19.83 10.48 -
YUV 114.97 110.53 202.2 -
System Red Green Blue C M Y K H S L
Decimal 219 68 84 0 0.69 0.62 0.14 353.64 0.68 0.56
Hex DB 44 54 0 45 3E E 162 44 38
Octal 333 104 124 0 105 76 16 542 104 70
Binary 11011011 1000100 1010100 0 1000101 111110 1110 101100010 1000100 111000

Color Harmonies of #DB4454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4454

Black with #DB4454

Text Example


Text Example

White with #DB4454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4454; }

 p { color: rgb(219,68,84); }

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

background-color css

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

 a { background-color: rgb(219,68,84); }

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

border-color css

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

 span { border-color: rgb(219,68,84); }

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