Html Css Color HEX #DB484F Mandy

📋 copy color: '#DB484F'

red 219 ◦ green 72 ◦ blue 79

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

Shades of Mandy #DB484F

Tints of Mandy #DB484F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.46%

 BLUE value IS 79 (31.25% from 255) = 21.35%

R = 59.19%
G = 19.46%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB484F (or 0xDB484F) is known color: Mandy. HEX triplet: DB, 48 and 4F. RGB value is (219,72,79). Sum of RGB (Red+Green+Blue) = 219+72+79=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB484F is #24B7B0. Grayscale: #747474. Windows color (decimal): -2406321 or 5195995. OLE color: 5195995.

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

Color convert

RGB 219 72 79 -
CMYK 0 0.67 0.64 0.14
HSL 357.14º 0.67% 0.57% -
HSV(B) 357.14º 0.67% 0.86% -
XYZ 32.94 20.26 9.57 -
YUV 116.75 106.7 200.93 -
System Red Green Blue C M Y K H S L
Decimal 219 72 79 0 0.67 0.64 0.14 357.14 0.67 0.57
Hex DB 48 4F 0 43 40 E 165 43 39
Octal 333 110 117 0 103 100 16 545 103 71
Binary 11011011 1001000 1001111 0 1000011 1000000 1110 101100101 1000011 111001

Color Harmonies of #DB484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB484F

Black with #DB484F

Text Example


Text Example

White with #DB484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB484F; }

 p { color: rgb(219,72,79); }

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

background-color css

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

 a { background-color: rgb(219,72,79); }

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

border-color css

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

 span { border-color: rgb(219,72,79); }

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