Html Css Color HEX #DB4551 Mandy

📋 copy color: '#DB4551'

red 219 ◦ green 69 ◦ blue 81

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

Shades of Mandy #DB4551

Tints of Mandy #DB4551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.95%

R = 59.35%
G = 18.7%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB4551 (or 0xDB4551) is known color: Mandy. HEX triplet: DB, 45 and 51. RGB value is (219,69,81). Sum of RGB (Red+Green+Blue) = 219+69+81=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4551 is #24BAAE. Grayscale: #737373. Windows color (decimal): -2407087 or 5326299. OLE color: 5326299.

HSL color Cylindrical-coordinate representation of color #DB4551: hue angle of 355.2º 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 #DB4551 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 69 81 -
CMYK 0 0.68 0.63 0.14
HSL 355.2º 0.68% 0.56% -
HSV(B) 355.2º 0.68% 0.86% -
XYZ 32.83 19.91 9.9 -
YUV 115.22 108.7 202.02 -
System Red Green Blue C M Y K H S L
Decimal 219 69 81 0 0.68 0.63 0.14 355.2 0.68 0.56
Hex DB 45 51 0 44 3F E 163 44 38
Octal 333 105 121 0 104 77 16 543 104 70
Binary 11011011 1000101 1010001 0 1000100 111111 1110 101100011 1000100 111000

Color Harmonies of #DB4551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4551

Black with #DB4551

Text Example


Text Example

White with #DB4551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4551; }

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

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

background-color css

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

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

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

border-color css

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

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

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