Html Css Color HEX #D0444E Mandy

📋 copy color: '#D0444E'

red 208 ◦ green 68 ◦ blue 78

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

Shades of Mandy #D0444E

Tints of Mandy #D0444E

RGB

 RED value IS 208 (81.64% from 255) = 58.76%

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

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

R = 58.76%
G = 19.21%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0444E (or 0xD0444E) is known color: Mandy. HEX triplet: D0, 44 and 4E. RGB value is (208,68,78). Sum of RGB (Red+Green+Blue) = 208+68+78=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0444E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0444E is #2FBBB1. Grayscale: #6F6F6F. Windows color (decimal): -3128242 or 5129424. OLE color: 5129424.

HSL color Cylindrical-coordinate representation of color #D0444E: hue angle of 355.71º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0444E is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 68 78 -
CMYK 0 0.67 0.62 0.18
HSL 355.71º 0.6% 0.54% -
HSV(B) 355.71º 0.67% 0.82% -
XYZ 29.45 18.09 9.15 -
YUV 111 109.38 197.19 -
System Red Green Blue C M Y K H S L
Decimal 208 68 78 0 0.67 0.62 0.18 355.71 0.6 0.54
Hex D0 44 4E 0 43 3E 12 164 3C 36
Octal 320 104 116 0 103 76 22 544 74 66
Binary 11010000 1000100 1001110 0 1000011 111110 10010 101100100 111100 110110

Color Harmonies of #D0444E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0444E

Black with #D0444E

Text Example


Text Example

White with #D0444E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0444E; }

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

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

background-color css

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

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

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

border-color css

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

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

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