Html Css Color HEX #DB464C Mandy

📋 copy color: '#DB464C'

red 219 ◦ green 70 ◦ blue 76

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

Shades of Mandy #DB464C

Tints of Mandy #DB464C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.18%

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

R = 60%
G = 19.18%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB464C (or 0xDB464C) is known color: Mandy. HEX triplet: DB, 46 and 4C. RGB value is (219,70,76). Sum of RGB (Red+Green+Blue) = 219+70+76=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB464C is #24B9B3. Grayscale: #737373. Windows color (decimal): -2406836 or 4998875. OLE color: 4998875.

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

Color convert

RGB 219 70 76 -
CMYK 0 0.68 0.65 0.14
HSL 357.58º 0.67% 0.57% -
HSV(B) 357.58º 0.68% 0.86% -
XYZ 32.71 19.96 8.97 -
YUV 115.24 105.86 202.01 -
System Red Green Blue C M Y K H S L
Decimal 219 70 76 0 0.68 0.65 0.14 357.58 0.67 0.57
Hex DB 46 4C 0 44 41 E 166 43 39
Octal 333 106 114 0 104 101 16 546 103 71
Binary 11011011 1000110 1001100 0 1000100 1000001 1110 101100110 1000011 111001

Color Harmonies of #DB464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB464C

Black with #DB464C

Text Example


Text Example

White with #DB464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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