Html Css Color HEX #DB4257 Mandy

📋 copy color: '#DB4257'

red 219 ◦ green 66 ◦ blue 87

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

Shades of Mandy #DB4257

Tints of Mandy #DB4257

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.74%

 BLUE value IS 87 (34.38% from 255) = 23.39%

R = 58.87%
G = 17.74%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB4257 (or 0xDB4257) is known color: Mandy. HEX triplet: DB, 42 and 57. RGB value is (219,66,87). Sum of RGB (Red+Green+Blue) = 219+66+87=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4257 is #24BDA8. Grayscale: #727272. Windows color (decimal): -2407849 or 5718747. OLE color: 5718747.

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

Color convert

RGB 219 66 87 -
CMYK 0 0.70 0.60 0.14
HSL 351.76º 0.68% 0.56% -
HSV(B) 351.76º 0.7% 0.86% -
XYZ 32.88 19.64 11.08 -
YUV 114.14 112.69 202.79 -
System Red Green Blue C M Y K H S L
Decimal 219 66 87 0 0.70 0.60 0.14 351.76 0.68 0.56
Hex DB 42 57 0 46 3C E 160 44 38
Octal 333 102 127 0 106 74 16 540 104 70
Binary 11011011 1000010 1010111 0 1000110 111100 1110 101100000 1000100 111000

Color Harmonies of #DB4257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4257

Black with #DB4257

Text Example


Text Example

White with #DB4257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4257; }

 p { color: rgb(219,66,87); }

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

background-color css

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

 a { background-color: rgb(219,66,87); }

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

border-color css

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

 span { border-color: rgb(219,66,87); }

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