Html Css Color HEX #DB4953 Mandy

📋 copy color: '#DB4953'

red 219 ◦ green 73 ◦ blue 83

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

Shades of Mandy #DB4953

Tints of Mandy #DB4953

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.47%

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

R = 58.4%
G = 19.47%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB4953 (or 0xDB4953) is known color: Mandy. HEX triplet: DB, 49 and 53. RGB value is (219,73,83). Sum of RGB (Red+Green+Blue) = 219+73+83=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4953 is #24B6AC. Grayscale: #757575. Windows color (decimal): -2406061 or 5458395. OLE color: 5458395.

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

Color convert

RGB 219 73 83 -
CMYK 0 0.67 0.62 0.14
HSL 355.89º 0.67% 0.57% -
HSV(B) 355.89º 0.67% 0.86% -
XYZ 33.16 20.45 10.38 -
YUV 117.79 108.37 200.19 -
System Red Green Blue C M Y K H S L
Decimal 219 73 83 0 0.67 0.62 0.14 355.89 0.67 0.57
Hex DB 49 53 0 43 3E E 164 43 39
Octal 333 111 123 0 103 76 16 544 103 71
Binary 11011011 1001001 1010011 0 1000011 111110 1110 101100100 1000011 111001

Color Harmonies of #DB4953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4953

Black with #DB4953

Text Example


Text Example

White with #DB4953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4953; }

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

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

background-color css

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

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

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

border-color css

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

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

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