Html Css Color HEX #D13F4F Mandy

📋 copy color: '#D13F4F'

red 209 ◦ green 63 ◦ blue 79

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

Shades of Mandy #D13F4F

Tints of Mandy #D13F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.51%

R = 59.54%
G = 17.95%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D13F4F (or 0xD13F4F) is known color: Mandy. HEX triplet: D1, 3F and 4F. RGB value is (209,63,79). Sum of RGB (Red+Green+Blue) = 209+63+79=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13F4F is #2EC0B0. Grayscale: #6C6C6C. Windows color (decimal): -3063985 or 5193681. OLE color: 5193681.

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

Color convert

RGB 209 63 79 -
CMYK 0 0.70 0.62 0.18
HSL 353.42º 0.61% 0.53% -
HSV(B) 353.42º 0.7% 0.82% -
XYZ 29.48 17.67 9.25 -
YUV 108.48 111.37 199.7 -
System Red Green Blue C M Y K H S L
Decimal 209 63 79 0 0.70 0.62 0.18 353.42 0.61 0.53
Hex D1 3F 4F 0 46 3E 12 161 3D 35
Octal 321 77 117 0 106 76 22 541 75 65
Binary 11010001 111111 1001111 0 1000110 111110 10010 101100001 111101 110101

Color Harmonies of #D13F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F4F

Black with #D13F4F

Text Example


Text Example

White with #D13F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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