Html Css Color HEX #DB4555 Mandy

📋 copy color: '#DB4555'

red 219 ◦ green 69 ◦ blue 85

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

Shades of Mandy #DB4555

Tints of Mandy #DB4555

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.5%

 BLUE value IS 85 (33.59% from 255) = 22.79%

R = 58.71%
G = 18.5%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB4555 (or 0xDB4555) is known color: Mandy. HEX triplet: DB, 45 and 55. RGB value is (219,69,85). Sum of RGB (Red+Green+Blue) = 219+69+85=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4555 is #24BAAA. Grayscale: #737373. Windows color (decimal): -2407083 or 5588443. OLE color: 5588443.

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

Color convert

RGB 219 69 85 -
CMYK 0 0.68 0.61 0.14
HSL 353.6º 0.68% 0.56% -
HSV(B) 353.6º 0.68% 0.86% -
XYZ 32.98 19.97 10.71 -
YUV 115.67 110.7 201.7 -
System Red Green Blue C M Y K H S L
Decimal 219 69 85 0 0.68 0.61 0.14 353.6 0.68 0.56
Hex DB 45 55 0 44 3D E 162 44 38
Octal 333 105 125 0 104 75 16 542 104 70
Binary 11011011 1000101 1010101 0 1000100 111101 1110 101100010 1000100 111000

Color Harmonies of #DB4555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4555

Black with #DB4555

Text Example


Text Example

White with #DB4555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4555; }

 p { color: rgb(219,69,85); }

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

background-color css

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

 a { background-color: rgb(219,69,85); }

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

border-color css

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

 span { border-color: rgb(219,69,85); }

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