Html Css Color HEX #DB4151 Mandy

📋 copy color: '#DB4151'

red 219 ◦ green 65 ◦ blue 81

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

Shades of Mandy #DB4151

Tints of Mandy #DB4151

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.81%

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

R = 60%
G = 17.81%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB4151 (or 0xDB4151) is known color: Mandy. HEX triplet: DB, 41 and 51. RGB value is (219,65,81). Sum of RGB (Red+Green+Blue) = 219+65+81=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4151 is #24BEAE. Grayscale: #707070. Windows color (decimal): -2408111 or 5325275. OLE color: 5325275.

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

Color convert

RGB 219 65 81 -
CMYK 0 0.70 0.63 0.14
HSL 353.77º 0.68% 0.56% -
HSV(B) 353.77º 0.7% 0.86% -
XYZ 32.59 19.43 9.82 -
YUV 112.87 110.02 203.7 -
System Red Green Blue C M Y K H S L
Decimal 219 65 81 0 0.70 0.63 0.14 353.77 0.68 0.56
Hex DB 41 51 0 46 3F E 162 44 38
Octal 333 101 121 0 106 77 16 542 104 70
Binary 11011011 1000001 1010001 0 1000110 111111 1110 101100010 1000100 111000

Color Harmonies of #DB4151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4151

Black with #DB4151

Text Example


Text Example

White with #DB4151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4151; }

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

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

background-color css

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

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

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

border-color css

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

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

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