Html Css Color HEX #DB4B53 Mandy

📋 copy color: '#DB4B53'

red 219 ◦ green 75 ◦ blue 83

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

Shades of Mandy #DB4B53

Tints of Mandy #DB4B53

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.89%

 BLUE value IS 83 (32.81% from 255) = 22.02%

R = 58.09%
G = 19.89%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB4B53 (or 0xDB4B53) is known color: Mandy. HEX triplet: DB, 4B and 53. RGB value is (219,75,83). Sum of RGB (Red+Green+Blue) = 219+75+83=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4B53 is #24B4AC. Grayscale: #777777. Windows color (decimal): -2405549 or 5458907. OLE color: 5458907.

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

Color convert

RGB 219 75 83 -
CMYK 0 0.66 0.62 0.14
HSL 356.67º 0.67% 0.58% -
HSV(B) 356.67º 0.66% 0.86% -
XYZ 33.29 20.72 10.43 -
YUV 118.97 107.71 199.35 -
System Red Green Blue C M Y K H S L
Decimal 219 75 83 0 0.66 0.62 0.14 356.67 0.67 0.58
Hex DB 4B 53 0 42 3E E 165 43 3A
Octal 333 113 123 0 102 76 16 545 103 72
Binary 11011011 1001011 1010011 0 1000010 111110 1110 101100101 1000011 111010

Color Harmonies of #DB4B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4B53

Black with #DB4B53

Text Example


Text Example

White with #DB4B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4B53; }

 p { color: rgb(219,75,83); }

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

background-color css

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

 a { background-color: rgb(219,75,83); }

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

border-color css

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

 span { border-color: rgb(219,75,83); }

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