Html Css Color HEX #D144A8 Mulberry

📋 copy color: '#D144A8'

red 209 ◦ green 68 ◦ blue 168

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

Shades of Mulberry #D144A8

Tints of Mulberry #D144A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.75%

R = 46.97%
G = 15.28%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D144A8 (or 0xD144A8) is known color: Mulberry. HEX triplet: D1, 44 and A8. RGB value is (209,68,168). Sum of RGB (Red+Green+Blue) = 209+68+168=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D144A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D144A8 is #2EBB57. Grayscale: #797979. Windows color (decimal): -3062616 or 11027665. OLE color: 11027665.

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

Color convert

RGB 209 68 168 -
CMYK 0 0.67 0.20 0.18
HSL 317.45º 0.61% 0.54% -
HSV(B) 317.45º 0.67% 0.82% -
XYZ 35.43 20.52 39.14 -
YUV 121.56 154.21 190.37 -
System Red Green Blue C M Y K H S L
Decimal 209 68 168 0 0.67 0.20 0.18 317.45 0.61 0.54
Hex D1 44 A8 0 43 14 12 13D 3D 36
Octal 321 104 250 0 103 24 22 475 75 66
Binary 11010001 1000100 10101000 0 1000011 10100 10010 100111101 111101 110110

Color Harmonies of #D144A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D144A8

Black with #D144A8

Text Example


Text Example

White with #D144A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D144A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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