Html Css Color HEX #D1445E Mandy

📋 copy color: '#D1445E'

red 209 ◦ green 68 ◦ blue 94

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

Shades of Mandy #D1445E

Tints of Mandy #D1445E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.34%

R = 56.33%
G = 18.33%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1445E (or 0xD1445E) is known color: Mandy. HEX triplet: D1, 44 and 5E. RGB value is (209,68,94). Sum of RGB (Red+Green+Blue) = 209+68+94=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1445E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1445E is #2EBBA1. Grayscale: #717171. Windows color (decimal): -3062690 or 6178001. OLE color: 6178001.

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

Color convert

RGB 209 68 94 -
CMYK 0 0.67 0.55 0.18
HSL 348.94º 0.61% 0.54% -
HSV(B) 348.94º 0.67% 0.82% -
XYZ 30.38 18.5 12.56 -
YUV 113.12 117.21 196.39 -
System Red Green Blue C M Y K H S L
Decimal 209 68 94 0 0.67 0.55 0.18 348.94 0.61 0.54
Hex D1 44 5E 0 43 37 12 15D 3D 36
Octal 321 104 136 0 103 67 22 535 75 66
Binary 11010001 1000100 1011110 0 1000011 110111 10010 101011101 111101 110110

Color Harmonies of #D1445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1445E

Black with #D1445E

Text Example


Text Example

White with #D1445E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1445E; }

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

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

background-color css

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

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

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

border-color css

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

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

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