Html Css Color HEX #D1418E Mulberry

📋 copy color: '#D1418E'

red 209 ◦ green 65 ◦ blue 142

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

Shades of Mulberry #D1418E

Tints of Mulberry #D1418E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.13%

R = 50.24%
G = 15.63%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1418E (or 0xD1418E) is known color: Mulberry. HEX triplet: D1, 41 and 8E. RGB value is (209,65,142). Sum of RGB (Red+Green+Blue) = 209+65+142=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1418E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1418E is #2EBE71. Grayscale: #747474. Windows color (decimal): -3063410 or 9322961. OLE color: 9322961.

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

Color convert

RGB 209 65 142 -
CMYK 0 0.69 0.32 0.18
HSL 327.92º 0.61% 0.54% -
HSV(B) 327.92º 0.69% 0.82% -
XYZ 33.07 19.29 27.57 -
YUV 116.83 142.21 193.74 -
System Red Green Blue C M Y K H S L
Decimal 209 65 142 0 0.69 0.32 0.18 327.92 0.61 0.54
Hex D1 41 8E 0 45 20 12 148 3D 36
Octal 321 101 216 0 105 40 22 510 75 66
Binary 11010001 1000001 10001110 0 1000101 100000 10010 101001000 111101 110110

Color Harmonies of #D1418E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1418E

Black with #D1418E

Text Example


Text Example

White with #D1418E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1418E; }

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

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

background-color css

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

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

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

border-color css

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

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

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