Html Css Color HEX #D13F4E Mandy

📋 copy color: '#D13F4E'

red 209 ◦ green 63 ◦ blue 78

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

Shades of Mandy #D13F4E

Tints of Mandy #D13F4E

RGB

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

 GREEN value IS 63 (25% from 255) = 18%

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

R = 59.71%
G = 18%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D13F4E (or 0xD13F4E) is known color: Mandy. HEX triplet: D1, 3F and 4E. RGB value is (209,63,78). Sum of RGB (Red+Green+Blue) = 209+63+78=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13F4E is #2EC0B1. Grayscale: #6C6C6C. Windows color (decimal): -3063986 or 5128145. OLE color: 5128145.

HSL color Cylindrical-coordinate representation of color #D13F4E: hue angle of 353.84º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13F4E is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 63 78 -
CMYK 0 0.70 0.63 0.18
HSL 353.84º 0.61% 0.53% -
HSV(B) 353.84º 0.7% 0.82% -
XYZ 29.45 17.66 9.06 -
YUV 108.36 110.87 199.78 -
System Red Green Blue C M Y K H S L
Decimal 209 63 78 0 0.70 0.63 0.18 353.84 0.61 0.53
Hex D1 3F 4E 0 46 3F 12 162 3D 35
Octal 321 77 116 0 106 77 22 542 75 65
Binary 11010001 111111 1001110 0 1000110 111111 10010 101100010 111101 110101

Color Harmonies of #D13F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F4E

Black with #D13F4E

Text Example


Text Example

White with #D13F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F4E; }

 p { color: rgb(209,63,78); }

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

background-color css

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

 a { background-color: rgb(209,63,78); }

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

border-color css

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

 span { border-color: rgb(209,63,78); }

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