Html Css Color HEX #DB484C Mandy

📋 copy color: '#DB484C'

red 219 ◦ green 72 ◦ blue 76

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

Shades of Mandy #DB484C

Tints of Mandy #DB484C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.71%

R = 59.67%
G = 19.62%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB484C (or 0xDB484C) is known color: Mandy. HEX triplet: DB, 48 and 4C. RGB value is (219,72,76). Sum of RGB (Red+Green+Blue) = 219+72+76=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB484C is #24B7B3. Grayscale: #747474. Windows color (decimal): -2406324 or 4999387. OLE color: 4999387.

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

Color convert

RGB 219 72 76 -
CMYK 0 0.67 0.65 0.14
HSL 358.37º 0.67% 0.57% -
HSV(B) 358.37º 0.67% 0.86% -
XYZ 32.84 20.22 9.01 -
YUV 116.41 105.2 201.17 -
System Red Green Blue C M Y K H S L
Decimal 219 72 76 0 0.67 0.65 0.14 358.37 0.67 0.57
Hex DB 48 4C 0 43 41 E 166 43 39
Octal 333 110 114 0 103 101 16 546 103 71
Binary 11011011 1001000 1001100 0 1000011 1000001 1110 101100110 1000011 111001

Color Harmonies of #DB484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB484C

Black with #DB484C

Text Example


Text Example

White with #DB484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB484C; }

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

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

background-color css

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

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

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

border-color css

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

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

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