Html Css Color HEX #D1449D Mulberry

📋 copy color: '#D1449D'

red 209 ◦ green 68 ◦ blue 157

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

Shades of Mulberry #D1449D

Tints of Mulberry #D1449D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.18%

R = 48.16%
G = 15.67%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1449D (or 0xD1449D) is known color: Mulberry. HEX triplet: D1, 44 and 9D. RGB value is (209,68,157). Sum of RGB (Red+Green+Blue) = 209+68+157=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D1449D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1449D is #2EBB62. Grayscale: #787878. Windows color (decimal): -3062627 or 10306769. OLE color: 10306769.

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

Color convert

RGB 209 68 157 -
CMYK 0 0.67 0.25 0.18
HSL 322.13º 0.61% 0.54% -
HSV(B) 322.13º 0.67% 0.82% -
XYZ 34.45 20.12 33.97 -
YUV 120.31 148.71 191.26 -
System Red Green Blue C M Y K H S L
Decimal 209 68 157 0 0.67 0.25 0.18 322.13 0.61 0.54
Hex D1 44 9D 0 43 19 12 142 3D 36
Octal 321 104 235 0 103 31 22 502 75 66
Binary 11010001 1000100 10011101 0 1000011 11001 10010 101000010 111101 110110

Color Harmonies of #D1449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1449D

Black with #D1449D

Text Example


Text Example

White with #D1449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1449D; }

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

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

background-color css

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

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

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

border-color css

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

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

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