Html Css Color HEX #D1448F Mulberry

📋 copy color: '#D1448F'

red 209 ◦ green 68 ◦ blue 143

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

Shades of Mulberry #D1448F

Tints of Mulberry #D1448F

RGB

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

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

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

R = 49.76%
G = 16.19%
B = 34.05%

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

#D1448F (or 0xD1448F) is known color: Mulberry. HEX triplet: D1, 44 and 8F. RGB value is (209,68,143). Sum of RGB (Red+Green+Blue) = 209+68+143=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1448F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1448F is #2EBB70. Grayscale: #767676. Windows color (decimal): -3062641 or 9389265. OLE color: 9389265.

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

Color convert

RGB 209 68 143 -
CMYK 0 0.67 0.32 0.18
HSL 328.09º 0.61% 0.54% -
HSV(B) 328.09º 0.67% 0.82% -
XYZ 33.32 19.67 28.03 -
YUV 118.71 141.71 192.4 -
System Red Green Blue C M Y K H S L
Decimal 209 68 143 0 0.67 0.32 0.18 328.09 0.61 0.54
Hex D1 44 8F 0 43 20 12 148 3D 36
Octal 321 104 217 0 103 40 22 510 75 66
Binary 11010001 1000100 10001111 0 1000011 100000 10010 101001000 111101 110110

Color Harmonies of #D1448F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1448F

Black with #D1448F

Text Example


Text Example

White with #D1448F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1448F; }

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

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

background-color css

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

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

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

border-color css

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

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

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