Html Css Color HEX #D1448E Mulberry

📋 copy color: '#D1448E'

red 209 ◦ green 68 ◦ blue 142

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

Shades of Mulberry #D1448E

Tints of Mulberry #D1448E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.89%

R = 49.88%
G = 16.23%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1448E (or 0xD1448E) is known color: Mulberry. HEX triplet: D1, 44 and 8E. RGB value is (209,68,142). Sum of RGB (Red+Green+Blue) = 209+68+142=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1448E is #2EBB71. Grayscale: #767676. Windows color (decimal): -3062642 or 9323729. OLE color: 9323729.

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

Color convert

RGB 209 68 142 -
CMYK 0 0.67 0.32 0.18
HSL 328.51º 0.61% 0.54% -
HSV(B) 328.51º 0.67% 0.82% -
XYZ 33.24 19.64 27.63 -
YUV 118.6 141.21 192.48 -
System Red Green Blue C M Y K H S L
Decimal 209 68 142 0 0.67 0.32 0.18 328.51 0.61 0.54
Hex D1 44 8E 0 43 20 12 149 3D 36
Octal 321 104 216 0 103 40 22 511 75 66
Binary 11010001 1000100 10001110 0 1000011 100000 10010 101001001 111101 110110

Color Harmonies of #D1448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1448E

Black with #D1448E

Text Example


Text Example

White with #D1448E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1448E; }

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

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

background-color css

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

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

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

border-color css

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

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

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