Html Css Color HEX #DB4758 Mandy

📋 copy color: '#DB4758'

red 219 ◦ green 71 ◦ blue 88

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

Shades of Mandy #DB4758

Tints of Mandy #DB4758

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.78%

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

R = 57.94%
G = 18.78%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB4758 (or 0xDB4758) is known color: Mandy. HEX triplet: DB, 47 and 58. RGB value is (219,71,88). Sum of RGB (Red+Green+Blue) = 219+71+88=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4758 is #24B8A7. Grayscale: #757575. Windows color (decimal): -2406568 or 5785563. OLE color: 5785563.

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

Color convert

RGB 219 71 88 -
CMYK 0 0.68 0.60 0.14
HSL 353.11º 0.67% 0.57% -
HSV(B) 353.11º 0.68% 0.86% -
XYZ 33.23 20.27 11.39 -
YUV 117.19 111.53 200.62 -
System Red Green Blue C M Y K H S L
Decimal 219 71 88 0 0.68 0.60 0.14 353.11 0.67 0.57
Hex DB 47 58 0 44 3C E 161 43 39
Octal 333 107 130 0 104 74 16 541 103 71
Binary 11011011 1000111 1011000 0 1000100 111100 1110 101100001 1000011 111001

Color Harmonies of #DB4758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4758

Black with #DB4758

Text Example


Text Example

White with #DB4758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4758; }

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

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

background-color css

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

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

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

border-color css

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

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

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