Html Css Color HEX #D13F55 Mandy

📋 copy color: '#D13F55'

red 209 ◦ green 63 ◦ blue 85

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

Shades of Mandy #D13F55

Tints of Mandy #D13F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.81%

R = 58.54%
G = 17.65%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D13F55 (or 0xD13F55) is known color: Mandy. HEX triplet: D1, 3F and 55. RGB value is (209,63,85). Sum of RGB (Red+Green+Blue) = 209+63+85=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13F55 is #2EC0AA. Grayscale: #6D6D6D. Windows color (decimal): -3063979 or 5586897. OLE color: 5586897.

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

Color convert

RGB 209 63 85 -
CMYK 0 0.70 0.59 0.18
HSL 350.96º 0.61% 0.53% -
HSV(B) 350.96º 0.7% 0.82% -
XYZ 29.71 17.77 10.46 -
YUV 109.16 114.37 199.21 -
System Red Green Blue C M Y K H S L
Decimal 209 63 85 0 0.70 0.59 0.18 350.96 0.61 0.53
Hex D1 3F 55 0 46 3B 12 15F 3D 35
Octal 321 77 125 0 106 73 22 537 75 65
Binary 11010001 111111 1010101 0 1000110 111011 10010 101011111 111101 110101

Color Harmonies of #D13F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F55

Black with #D13F55

Text Example


Text Example

White with #D13F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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