Html Css Color HEX #DB4B57 Mandy

📋 copy color: '#DB4B57'

red 219 ◦ green 75 ◦ blue 87

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

Shades of Mandy #DB4B57

Tints of Mandy #DB4B57

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.69%

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

R = 57.48%
G = 19.69%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB4B57 (or 0xDB4B57) is known color: Mandy. HEX triplet: DB, 4B and 57. RGB value is (219,75,87). Sum of RGB (Red+Green+Blue) = 219+75+87=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4B57 is #24B4A8. Grayscale: #777777. Windows color (decimal): -2405545 or 5721051. OLE color: 5721051.

HSL color Cylindrical-coordinate representation of color #DB4B57: hue angle of 355º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4B57 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 75 87 -
CMYK 0 0.66 0.60 0.14
HSL 355º 0.67% 0.58% -
HSV(B) 355º 0.66% 0.86% -
XYZ 33.45 20.78 11.26 -
YUV 119.42 109.71 199.02 -
System Red Green Blue C M Y K H S L
Decimal 219 75 87 0 0.66 0.60 0.14 355 0.67 0.58
Hex DB 4B 57 0 42 3C E 163 43 3A
Octal 333 113 127 0 102 74 16 543 103 72
Binary 11011011 1001011 1010111 0 1000010 111100 1110 101100011 1000011 111010

Color Harmonies of #DB4B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4B57

Black with #DB4B57

Text Example


Text Example

White with #DB4B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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