Html Css Color HEX #D1418F Mulberry

📋 copy color: '#D1418F'

red 209 ◦ green 65 ◦ blue 143

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

Shades of Mulberry #D1418F

Tints of Mulberry #D1418F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.29%

R = 50.12%
G = 15.59%
B = 34.29%

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

#D1418F (or 0xD1418F) is known color: Mulberry. HEX triplet: D1, 41 and 8F. RGB value is (209,65,143). Sum of RGB (Red+Green+Blue) = 209+65+143=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1418F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1418F is #2EBE70. Grayscale: #747474. Windows color (decimal): -3063409 or 9388497. OLE color: 9388497.

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

Color convert

RGB 209 65 143 -
CMYK 0 0.69 0.32 0.18
HSL 327.5º 0.61% 0.54% -
HSV(B) 327.5º 0.69% 0.82% -
XYZ 33.14 19.32 27.97 -
YUV 116.95 142.71 193.66 -
System Red Green Blue C M Y K H S L
Decimal 209 65 143 0 0.69 0.32 0.18 327.5 0.61 0.54
Hex D1 41 8F 0 45 20 12 148 3D 36
Octal 321 101 217 0 105 40 22 510 75 66
Binary 11010001 1000001 10001111 0 1000101 100000 10010 101001000 111101 110110

Color Harmonies of #D1418F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1418F

Black with #D1418F

Text Example


Text Example

White with #D1418F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1418F; }

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

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

background-color css

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

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

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

border-color css

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

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

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