Html Css Color HEX #D1415B Mandy

📋 copy color: '#D1415B'

red 209 ◦ green 65 ◦ blue 91

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

Shades of Mandy #D1415B

Tints of Mandy #D1415B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.93%

R = 57.26%
G = 17.81%
B = 24.93%

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

#D1415B (or 0xD1415B) is known color: Mandy. HEX triplet: D1, 41 and 5B. RGB value is (209,65,91). Sum of RGB (Red+Green+Blue) = 209+65+91=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D1415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1415B is #2EBEA4. Grayscale: #6F6F6F. Windows color (decimal): -3063461 or 5980625. OLE color: 5980625.

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

Color convert

RGB 209 65 91 -
CMYK 0 0.69 0.56 0.18
HSL 349.17º 0.61% 0.54% -
HSV(B) 349.17º 0.69% 0.82% -
XYZ 30.07 18.09 11.8 -
YUV 111.02 116.71 197.89 -
System Red Green Blue C M Y K H S L
Decimal 209 65 91 0 0.69 0.56 0.18 349.17 0.61 0.54
Hex D1 41 5B 0 45 38 12 15D 3D 36
Octal 321 101 133 0 105 70 22 535 75 66
Binary 11010001 1000001 1011011 0 1000101 111000 10010 101011101 111101 110110

Color Harmonies of #D1415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1415B

Black with #D1415B

Text Example


Text Example

White with #D1415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1415B; }

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

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

background-color css

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

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

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

border-color css

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

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

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