Html Css Color HEX #D1415D Mandy

📋 copy color: '#D1415D'

red 209 ◦ green 65 ◦ blue 93

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

Shades of Mandy #D1415D

Tints of Mandy #D1415D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.34%

R = 56.95%
G = 17.71%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1415D (or 0xD1415D) is known color: Mandy. HEX triplet: D1, 41 and 5D. RGB value is (209,65,93). Sum of RGB (Red+Green+Blue) = 209+65+93=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D1415D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1415D is #2EBEA2. Grayscale: #6F6F6F. Windows color (decimal): -3063459 or 6111697. OLE color: 6111697.

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

Color convert

RGB 209 65 93 -
CMYK 0 0.69 0.56 0.18
HSL 348.33º 0.61% 0.54% -
HSV(B) 348.33º 0.69% 0.82% -
XYZ 30.16 18.13 12.27 -
YUV 111.25 117.71 197.72 -
System Red Green Blue C M Y K H S L
Decimal 209 65 93 0 0.69 0.56 0.18 348.33 0.61 0.54
Hex D1 41 5D 0 45 38 12 15C 3D 36
Octal 321 101 135 0 105 70 22 534 75 66
Binary 11010001 1000001 1011101 0 1000101 111000 10010 101011100 111101 110110

Color Harmonies of #D1415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1415D

Black with #D1415D

Text Example


Text Example

White with #D1415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1415D; }

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

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

background-color css

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

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

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

border-color css

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

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

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