Html Css Color HEX #D1444C Mandy

📋 copy color: '#D1444C'

red 209 ◦ green 68 ◦ blue 76

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

Shades of Mandy #D1444C

Tints of Mandy #D1444C

RGB

 RED value IS 209 (82.03% from 255) = 59.21%

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

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

R = 59.21%
G = 19.26%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1444C (or 0xD1444C) is known color: Mandy. HEX triplet: D1, 44 and 4C. RGB value is (209,68,76). Sum of RGB (Red+Green+Blue) = 209+68+76=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D1444C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1444C is #2EBBB3. Grayscale: #6F6F6F. Windows color (decimal): -3062708 or 4998353. OLE color: 4998353.

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

Color convert

RGB 209 68 76 -
CMYK 0 0.67 0.64 0.18
HSL 356.6º 0.61% 0.54% -
HSV(B) 356.6º 0.67% 0.82% -
XYZ 29.67 18.21 8.79 -
YUV 111.07 108.21 197.85 -
System Red Green Blue C M Y K H S L
Decimal 209 68 76 0 0.67 0.64 0.18 356.6 0.61 0.54
Hex D1 44 4C 0 43 40 12 165 3D 36
Octal 321 104 114 0 103 100 22 545 75 66
Binary 11010001 1000100 1001100 0 1000011 1000000 10010 101100101 111101 110110

Color Harmonies of #D1444C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1444C

Black with #D1444C

Text Example


Text Example

White with #D1444C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1444C; }

 p { color: rgb(209,68,76); }

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

background-color css

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

 a { background-color: rgb(209,68,76); }

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

border-color css

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

 span { border-color: rgb(209,68,76); }

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