Html Css Color HEX #D1449F Mulberry

📋 copy color: '#D1449F'

red 209 ◦ green 68 ◦ blue 159

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

Shades of Mulberry #D1449F

Tints of Mulberry #D1449F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.6%

 BLUE value IS 159 (62.5% from 255) = 36.47%

R = 47.94%
G = 15.6%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D1449F (or 0xD1449F) is known color: Mulberry. HEX triplet: D1, 44 and 9F. RGB value is (209,68,159). Sum of RGB (Red+Green+Blue) = 209+68+159=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D1449F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1449F is #2EBB60. Grayscale: #787878. Windows color (decimal): -3062625 or 10437841. OLE color: 10437841.

HSL color Cylindrical-coordinate representation of color #D1449F: hue angle of 321.28º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1449F is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 68 159 -
CMYK 0 0.67 0.24 0.18
HSL 321.28º 0.61% 0.54% -
HSV(B) 321.28º 0.67% 0.82% -
XYZ 34.62 20.19 34.87 -
YUV 120.53 149.71 191.1 -
System Red Green Blue C M Y K H S L
Decimal 209 68 159 0 0.67 0.24 0.18 321.28 0.61 0.54
Hex D1 44 9F 0 43 18 12 141 3D 36
Octal 321 104 237 0 103 30 22 501 75 66
Binary 11010001 1000100 10011111 0 1000011 11000 10010 101000001 111101 110110

Color Harmonies of #D1449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1449F

Black with #D1449F

Text Example


Text Example

White with #D1449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1449F; }

 p { color: rgb(209,68,159); }

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

background-color css

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

 a { background-color: rgb(209,68,159); }

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

border-color css

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

 span { border-color: rgb(209,68,159); }

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