Html Css Color HEX #DB4B58 Mandy

📋 copy color: '#DB4B58'

red 219 ◦ green 75 ◦ blue 88

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

Shades of Mandy #DB4B58

Tints of Mandy #DB4B58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.04%

R = 57.33%
G = 19.63%
B = 23.04%

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

#DB4B58 (or 0xDB4B58) is known color: Mandy. HEX triplet: DB, 4B and 58. RGB value is (219,75,88). Sum of RGB (Red+Green+Blue) = 219+75+88=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4B58 is #24B4A7. Grayscale: #777777. Windows color (decimal): -2405544 or 5786587. OLE color: 5786587.

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

Color convert

RGB 219 75 88 -
CMYK 0 0.66 0.60 0.14
HSL 354.58º 0.67% 0.58% -
HSV(B) 354.58º 0.66% 0.86% -
XYZ 33.49 20.8 11.48 -
YUV 119.54 110.21 198.94 -
System Red Green Blue C M Y K H S L
Decimal 219 75 88 0 0.66 0.60 0.14 354.58 0.67 0.58
Hex DB 4B 58 0 42 3C E 163 43 3A
Octal 333 113 130 0 102 74 16 543 103 72
Binary 11011011 1001011 1011000 0 1000010 111100 1110 101100011 1000011 111010

Color Harmonies of #DB4B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4B58

Black with #DB4B58

Text Example


Text Example

White with #DB4B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4B58; }

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

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

background-color css

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

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

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

border-color css

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

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

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