Html Css Color HEX #DB464B Mandy

📋 copy color: '#DB464B'

red 219 ◦ green 70 ◦ blue 75

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

Shades of Mandy #DB464B

Tints of Mandy #DB464B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.6%

R = 60.16%
G = 19.23%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB464B (or 0xDB464B) is known color: Mandy. HEX triplet: DB, 46 and 4B. RGB value is (219,70,75). Sum of RGB (Red+Green+Blue) = 219+70+75=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB464B is #24B9B4. Grayscale: #737373. Windows color (decimal): -2406837 or 4933339. OLE color: 4933339.

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

Color convert

RGB 219 70 75 -
CMYK 0 0.68 0.66 0.14
HSL 357.99º 0.67% 0.57% -
HSV(B) 357.99º 0.68% 0.86% -
XYZ 32.67 19.95 8.78 -
YUV 115.12 105.36 202.09 -
System Red Green Blue C M Y K H S L
Decimal 219 70 75 0 0.68 0.66 0.14 357.99 0.67 0.57
Hex DB 46 4B 0 44 42 E 166 43 39
Octal 333 106 113 0 104 102 16 546 103 71
Binary 11011011 1000110 1001011 0 1000100 1000010 1110 101100110 1000011 111001

Color Harmonies of #DB464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB464B

Black with #DB464B

Text Example


Text Example

White with #DB464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB464B; }

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

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

background-color css

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

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

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

border-color css

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

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

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