Html Css Color HEX #DB4750 Mandy

📋 copy color: '#DB4750'

red 219 ◦ green 71 ◦ blue 80

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

Shades of Mandy #DB4750

Tints of Mandy #DB4750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.62%

R = 59.19%
G = 19.19%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB4750 (or 0xDB4750) is known color: Mandy. HEX triplet: DB, 47 and 50. RGB value is (219,71,80). Sum of RGB (Red+Green+Blue) = 219+71+80=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4750 is #24B8AF. Grayscale: #747474. Windows color (decimal): -2406576 or 5261275. OLE color: 5261275.

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

Color convert

RGB 219 71 80 -
CMYK 0 0.68 0.63 0.14
HSL 356.35º 0.67% 0.57% -
HSV(B) 356.35º 0.68% 0.86% -
XYZ 32.91 20.15 9.74 -
YUV 116.28 107.53 201.27 -
System Red Green Blue C M Y K H S L
Decimal 219 71 80 0 0.68 0.63 0.14 356.35 0.67 0.57
Hex DB 47 50 0 44 3F E 164 43 39
Octal 333 107 120 0 104 77 16 544 103 71
Binary 11011011 1000111 1010000 0 1000100 111111 1110 101100100 1000011 111001

Color Harmonies of #DB4750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4750

Black with #DB4750

Text Example


Text Example

White with #DB4750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4750; }

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

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

background-color css

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

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

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

border-color css

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

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

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