Html Css Color HEX #D1448C Mulberry

📋 copy color: '#D1448C'

red 209 ◦ green 68 ◦ blue 140

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

Shades of Mulberry #D1448C

Tints of Mulberry #D1448C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.57%

R = 50.12%
G = 16.31%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1448C (or 0xD1448C) is known color: Mulberry. HEX triplet: D1, 44 and 8C. RGB value is (209,68,140). Sum of RGB (Red+Green+Blue) = 209+68+140=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1448C is #2EBB73. Grayscale: #767676. Windows color (decimal): -3062644 or 9192657. OLE color: 9192657.

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

Color convert

RGB 209 68 140 -
CMYK 0 0.67 0.33 0.18
HSL 329.36º 0.61% 0.54% -
HSV(B) 329.36º 0.67% 0.82% -
XYZ 33.1 19.58 26.85 -
YUV 118.37 140.21 192.65 -
System Red Green Blue C M Y K H S L
Decimal 209 68 140 0 0.67 0.33 0.18 329.36 0.61 0.54
Hex D1 44 8C 0 43 21 12 149 3D 36
Octal 321 104 214 0 103 41 22 511 75 66
Binary 11010001 1000100 10001100 0 1000011 100001 10010 101001001 111101 110110

Color Harmonies of #D1448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1448C

Black with #D1448C

Text Example


Text Example

White with #D1448C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1448C; }

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

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

background-color css

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

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

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

border-color css

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

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

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