Html Css Color HEX #D0444D Mandy

📋 copy color: '#D0444D'

red 208 ◦ green 68 ◦ blue 77

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

Shades of Mandy #D0444D

Tints of Mandy #D0444D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.81%

R = 58.92%
G = 19.26%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0444D (or 0xD0444D) is known color: Mandy. HEX triplet: D0, 44 and 4D. RGB value is (208,68,77). Sum of RGB (Red+Green+Blue) = 208+68+77=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D0444D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0444D is #2FBBB2. Grayscale: #6E6E6E. Windows color (decimal): -3128243 or 5063888. OLE color: 5063888.

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

Color convert

RGB 208 68 77 -
CMYK 0 0.67 0.63 0.18
HSL 356.14º 0.6% 0.54% -
HSV(B) 356.14º 0.67% 0.82% -
XYZ 29.42 18.08 8.96 -
YUV 110.89 108.88 197.27 -
System Red Green Blue C M Y K H S L
Decimal 208 68 77 0 0.67 0.63 0.18 356.14 0.6 0.54
Hex D0 44 4D 0 43 3F 12 164 3C 36
Octal 320 104 115 0 103 77 22 544 74 66
Binary 11010000 1000100 1001101 0 1000011 111111 10010 101100100 111100 110110

Color Harmonies of #D0444D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0444D

Black with #D0444D

Text Example


Text Example

White with #D0444D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0444D; }

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

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

background-color css

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

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

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

border-color css

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

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

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