Html Css Color HEX #D1418D Mulberry

📋 copy color: '#D1418D'

red 209 ◦ green 65 ◦ blue 141

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

Shades of Mulberry #D1418D

Tints of Mulberry #D1418D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.98%

R = 50.36%
G = 15.66%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1418D (or 0xD1418D) is known color: Mulberry. HEX triplet: D1, 41 and 8D. RGB value is (209,65,141). Sum of RGB (Red+Green+Blue) = 209+65+141=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D1418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1418D is #2EBE72. Grayscale: #747474. Windows color (decimal): -3063411 or 9257425. OLE color: 9257425.

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

Color convert

RGB 209 65 141 -
CMYK 0 0.69 0.33 0.18
HSL 328.33º 0.61% 0.54% -
HSV(B) 328.33º 0.69% 0.82% -
XYZ 32.99 19.26 27.18 -
YUV 116.72 141.71 193.82 -
System Red Green Blue C M Y K H S L
Decimal 209 65 141 0 0.69 0.33 0.18 328.33 0.61 0.54
Hex D1 41 8D 0 45 21 12 148 3D 36
Octal 321 101 215 0 105 41 22 510 75 66
Binary 11010001 1000001 10001101 0 1000101 100001 10010 101001000 111101 110110

Color Harmonies of #D1418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1418D

Black with #D1418D

Text Example


Text Example

White with #D1418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1418D; }

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

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

background-color css

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

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

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

border-color css

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

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

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