Html Css Color HEX #D1415F Mandy

📋 copy color: '#D1415F'

red 209 ◦ green 65 ◦ blue 95

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

Shades of Mandy #D1415F

Tints of Mandy #D1415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.62%

 BLUE value IS 95 (37.5% from 255) = 25.75%

R = 56.64%
G = 17.62%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1415F (or 0xD1415F) is known color: Mandy. HEX triplet: D1, 41 and 5F. RGB value is (209,65,95). Sum of RGB (Red+Green+Blue) = 209+65+95=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D1415F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1415F is #2EBEA0. Grayscale: #6F6F6F. Windows color (decimal): -3063457 or 6242769. OLE color: 6242769.

HSL color Cylindrical-coordinate representation of color #D1415F: hue angle of 347.5º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1415F is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 65 95 -
CMYK 0 0.69 0.55 0.18
HSL 347.5º 0.61% 0.54% -
HSV(B) 347.5º 0.69% 0.82% -
XYZ 30.25 18.16 12.74 -
YUV 111.48 118.71 197.56 -
System Red Green Blue C M Y K H S L
Decimal 209 65 95 0 0.69 0.55 0.18 347.5 0.61 0.54
Hex D1 41 5F 0 45 37 12 15C 3D 36
Octal 321 101 137 0 105 67 22 534 75 66
Binary 11010001 1000001 1011111 0 1000101 110111 10010 101011100 111101 110110

Color Harmonies of #D1415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1415F

Black with #D1415F

Text Example


Text Example

White with #D1415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1415F; }

 p { color: rgb(209,65,95); }

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

background-color css

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

 a { background-color: rgb(209,65,95); }

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

border-color css

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

 span { border-color: rgb(209,65,95); }

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