Html Css Color HEX #DB4054 Mandy

📋 copy color: '#DB4054'

red 219 ◦ green 64 ◦ blue 84

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

Shades of Mandy #DB4054

Tints of Mandy #DB4054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.44%

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

R = 59.67%
G = 17.44%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB4054 (or 0xDB4054) is known color: Mandy. HEX triplet: DB, 40 and 54. RGB value is (219,64,84). Sum of RGB (Red+Green+Blue) = 219+64+84=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4054 is #24BFAB. Grayscale: #707070. Windows color (decimal): -2408364 or 5521627. OLE color: 5521627.

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

Color convert

RGB 219 64 84 -
CMYK 0 0.71 0.62 0.14
HSL 352.26º 0.68% 0.55% -
HSV(B) 352.26º 0.71% 0.86% -
XYZ 32.65 19.37 10.41 -
YUV 112.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 219 64 84 0 0.71 0.62 0.14 352.26 0.68 0.55
Hex DB 40 54 0 47 3E E 160 44 37
Octal 333 100 124 0 107 76 16 540 104 67
Binary 11011011 1000000 1010100 0 1000111 111110 1110 101100000 1000100 110111

Color Harmonies of #DB4054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4054

Black with #DB4054

Text Example


Text Example

White with #DB4054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4054; }

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

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

background-color css

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

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

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

border-color css

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

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

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