Html Css Color HEX #DB4C54 Mandy

📋 copy color: '#DB4C54'

red 219 ◦ green 76 ◦ blue 84

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

Shades of Mandy #DB4C54

Tints of Mandy #DB4C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.16%

R = 57.78%
G = 20.05%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB4C54 (or 0xDB4C54) is known color: Mandy. HEX triplet: DB, 4C and 54. RGB value is (219,76,84). Sum of RGB (Red+Green+Blue) = 219+76+84=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4C54 is #24B3AB. Grayscale: #777777. Windows color (decimal): -2405292 or 5524699. OLE color: 5524699.

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

Color convert

RGB 219 76 84 -
CMYK 0 0.65 0.62 0.14
HSL 356.64º 0.67% 0.58% -
HSV(B) 356.64º 0.65% 0.86% -
XYZ 33.4 20.87 10.66 -
YUV 119.67 107.88 198.85 -
System Red Green Blue C M Y K H S L
Decimal 219 76 84 0 0.65 0.62 0.14 356.64 0.67 0.58
Hex DB 4C 54 0 41 3E E 165 43 3A
Octal 333 114 124 0 101 76 16 545 103 72
Binary 11011011 1001100 1010100 0 1000001 111110 1110 101100101 1000011 111010

Color Harmonies of #DB4C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4C54

Black with #DB4C54

Text Example


Text Example

White with #DB4C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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