Html Css Color HEX #D1448A Mulberry

📋 copy color: '#D1448A'

red 209 ◦ green 68 ◦ blue 138

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

Shades of Mulberry #D1448A

Tints of Mulberry #D1448A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.25%

R = 50.36%
G = 16.39%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D1448A (or 0xD1448A) is known color: Mulberry. HEX triplet: D1, 44 and 8A. RGB value is (209,68,138). Sum of RGB (Red+Green+Blue) = 209+68+138=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D1448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1448A is #2EBB75. Grayscale: #767676. Windows color (decimal): -3062646 or 9061585. OLE color: 9061585.

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

Color convert

RGB 209 68 138 -
CMYK 0 0.67 0.34 0.18
HSL 330.21º 0.61% 0.54% -
HSV(B) 330.21º 0.67% 0.82% -
XYZ 32.95 19.52 26.08 -
YUV 118.14 139.21 192.81 -
System Red Green Blue C M Y K H S L
Decimal 209 68 138 0 0.67 0.34 0.18 330.21 0.61 0.54
Hex D1 44 8A 0 43 22 12 14A 3D 36
Octal 321 104 212 0 103 42 22 512 75 66
Binary 11010001 1000100 10001010 0 1000011 100010 10010 101001010 111101 110110

Color Harmonies of #D1448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1448A

Black with #D1448A

Text Example


Text Example

White with #D1448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1448A; }

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

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

background-color css

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

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

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

border-color css

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

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

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