Html Css Color HEX #DB4A5D Mandy

📋 copy color: '#DB4A5D'

red 219 ◦ green 74 ◦ blue 93

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

Shades of Mandy #DB4A5D

Tints of Mandy #DB4A5D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.17%

 BLUE value IS 93 (36.72% from 255) = 24.09%

R = 56.74%
G = 19.17%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB4A5D (or 0xDB4A5D) is known color: Mandy. HEX triplet: DB, 4A and 5D. RGB value is (219,74,93). Sum of RGB (Red+Green+Blue) = 219+74+93=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4A5D is #24B5A2. Grayscale: #777777. Windows color (decimal): -2405795 or 6114011. OLE color: 6114011.

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

Color convert

RGB 219 74 93 -
CMYK 0 0.66 0.58 0.14
HSL 352.14º 0.67% 0.57% -
HSV(B) 352.14º 0.66% 0.86% -
XYZ 33.64 20.75 12.59 -
YUV 119.52 113.04 198.96 -
System Red Green Blue C M Y K H S L
Decimal 219 74 93 0 0.66 0.58 0.14 352.14 0.67 0.57
Hex DB 4A 5D 0 42 3A E 160 43 39
Octal 333 112 135 0 102 72 16 540 103 71
Binary 11011011 1001010 1011101 0 1000010 111010 1110 101100000 1000011 111001

Color Harmonies of #DB4A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4A5D

Black with #DB4A5D

Text Example


Text Example

White with #DB4A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4A5D; }

 p { color: rgb(219,74,93); }

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

background-color css

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

 a { background-color: rgb(219,74,93); }

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

border-color css

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

 span { border-color: rgb(219,74,93); }

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