Html Css Color HEX #D1408F Mulberry

📋 copy color: '#D1408F'

red 209 ◦ green 64 ◦ blue 143

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

Shades of Mulberry #D1408F

Tints of Mulberry #D1408F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.38%

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

R = 50.24%
G = 15.38%
B = 34.38%

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

#D1408F (or 0xD1408F) is known color: Mulberry. HEX triplet: D1, 40 and 8F. RGB value is (209,64,143). Sum of RGB (Red+Green+Blue) = 209+64+143=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1408F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1408F is #2EBF70. Grayscale: #747474. Windows color (decimal): -3063665 or 9388241. OLE color: 9388241.

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

Color convert

RGB 209 64 143 -
CMYK 0 0.69 0.32 0.18
HSL 327.31º 0.61% 0.54% -
HSV(B) 327.31º 0.69% 0.82% -
XYZ 33.09 19.21 27.95 -
YUV 116.36 143.04 194.08 -
System Red Green Blue C M Y K H S L
Decimal 209 64 143 0 0.69 0.32 0.18 327.31 0.61 0.54
Hex D1 40 8F 0 45 20 12 147 3D 36
Octal 321 100 217 0 105 40 22 507 75 66
Binary 11010001 1000000 10001111 0 1000101 100000 10010 101000111 111101 110110

Color Harmonies of #D1408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1408F

Black with #D1408F

Text Example


Text Example

White with #D1408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1408F; }

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

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

background-color css

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

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

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

border-color css

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

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

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