Html Css Color HEX #D1418B Mulberry

📋 copy color: '#D1418B'

red 209 ◦ green 65 ◦ blue 139

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

Shades of Mulberry #D1418B

Tints of Mulberry #D1418B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.66%

R = 50.61%
G = 15.74%
B = 33.66%

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

#D1418B (or 0xD1418B) is known color: Mulberry. HEX triplet: D1, 41 and 8B. RGB value is (209,65,139). Sum of RGB (Red+Green+Blue) = 209+65+139=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D1418B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1418B is #2EBE74. Grayscale: #747474. Windows color (decimal): -3063413 or 9126353. OLE color: 9126353.

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

Color convert

RGB 209 65 139 -
CMYK 0 0.69 0.33 0.18
HSL 329.17º 0.61% 0.54% -
HSV(B) 329.17º 0.69% 0.82% -
XYZ 32.84 19.2 26.4 -
YUV 116.49 140.71 193.98 -
System Red Green Blue C M Y K H S L
Decimal 209 65 139 0 0.69 0.33 0.18 329.17 0.61 0.54
Hex D1 41 8B 0 45 21 12 149 3D 36
Octal 321 101 213 0 105 41 22 511 75 66
Binary 11010001 1000001 10001011 0 1000101 100001 10010 101001001 111101 110110

Color Harmonies of #D1418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1418B

Black with #D1418B

Text Example


Text Example

White with #D1418B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1418B; }

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

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

background-color css

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

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

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

border-color css

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

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

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