Html Css Color HEX #DB444E Mandy

📋 copy color: '#DB444E'

red 219 ◦ green 68 ◦ blue 78

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

Shades of Mandy #DB444E

Tints of Mandy #DB444E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.63%

 BLUE value IS 78 (30.86% from 255) = 21.37%

R = 60%
G = 18.63%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB444E (or 0xDB444E) is known color: Mandy. HEX triplet: DB, 44 and 4E. RGB value is (219,68,78). Sum of RGB (Red+Green+Blue) = 219+68+78=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB444E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB444E is #24BBB1. Grayscale: #727272. Windows color (decimal): -2407346 or 5129435. OLE color: 5129435.

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

Color convert

RGB 219 68 78 -
CMYK 0 0.69 0.64 0.14
HSL 356.03º 0.68% 0.56% -
HSV(B) 356.03º 0.69% 0.86% -
XYZ 32.66 19.74 9.3 -
YUV 114.29 107.53 202.69 -
System Red Green Blue C M Y K H S L
Decimal 219 68 78 0 0.69 0.64 0.14 356.03 0.68 0.56
Hex DB 44 4E 0 45 40 E 164 44 38
Octal 333 104 116 0 105 100 16 544 104 70
Binary 11011011 1000100 1001110 0 1000101 1000000 1110 101100100 1000100 111000

Color Harmonies of #DB444E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB444E

Black with #DB444E

Text Example


Text Example

White with #DB444E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB444E; }

 p { color: rgb(219,68,78); }

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

background-color css

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

 a { background-color: rgb(219,68,78); }

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

border-color css

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

 span { border-color: rgb(219,68,78); }

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