Html Css Color HEX #D1444A Mandy

📋 copy color: '#D1444A'

red 209 ◦ green 68 ◦ blue 74

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

Shades of Mandy #D1444A

Tints of Mandy #D1444A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.08%

R = 59.54%
G = 19.37%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D1444A (or 0xD1444A) is known color: Mandy. HEX triplet: D1, 44 and 4A. RGB value is (209,68,74). Sum of RGB (Red+Green+Blue) = 209+68+74=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D1444A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1444A is #2EBBB5. Grayscale: #6E6E6E. Windows color (decimal): -3062710 or 4867281. OLE color: 4867281.

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

Color convert

RGB 209 68 74 -
CMYK 0 0.67 0.65 0.18
HSL 357.45º 0.61% 0.54% -
HSV(B) 357.45º 0.67% 0.82% -
XYZ 29.6 18.18 8.43 -
YUV 110.84 107.21 198.01 -
System Red Green Blue C M Y K H S L
Decimal 209 68 74 0 0.67 0.65 0.18 357.45 0.61 0.54
Hex D1 44 4A 0 43 41 12 165 3D 36
Octal 321 104 112 0 103 101 22 545 75 66
Binary 11010001 1000100 1001010 0 1000011 1000001 10010 101100101 111101 110110

Color Harmonies of #D1444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1444A

Black with #D1444A

Text Example


Text Example

White with #D1444A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1444A; }

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

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

background-color css

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

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

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

border-color css

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

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

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