Html Css Color HEX #DB4C50 Mandy

📋 copy color: '#DB4C50'

red 219 ◦ green 76 ◦ blue 80

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

Shades of Mandy #DB4C50

Tints of Mandy #DB4C50

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.27%

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

R = 58.4%
G = 20.27%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB4C50 (or 0xDB4C50) is known color: Mandy. HEX triplet: DB, 4C and 50. RGB value is (219,76,80). Sum of RGB (Red+Green+Blue) = 219+76+80=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4C50 is #24B3AF. Grayscale: #777777. Windows color (decimal): -2405296 or 5262555. OLE color: 5262555.

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

Color convert

RGB 219 76 80 -
CMYK 0 0.65 0.63 0.14
HSL 358.32º 0.67% 0.58% -
HSV(B) 358.32º 0.65% 0.86% -
XYZ 33.25 20.81 9.85 -
YUV 119.21 105.88 199.17 -
System Red Green Blue C M Y K H S L
Decimal 219 76 80 0 0.65 0.63 0.14 358.32 0.67 0.58
Hex DB 4C 50 0 41 3F E 166 43 3A
Octal 333 114 120 0 101 77 16 546 103 72
Binary 11011011 1001100 1010000 0 1000001 111111 1110 101100110 1000011 111010

Color Harmonies of #DB4C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4C50

Black with #DB4C50

Text Example


Text Example

White with #DB4C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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