Html Css Color HEX #D142AB Mulberry

📋 copy color: '#D142AB'

red 209 ◦ green 66 ◦ blue 171

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

Shades of Mulberry #D142AB

Tints of Mulberry #D142AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.8%

 BLUE value IS 171 (67.19% from 255) = 38.34%

R = 46.86%
G = 14.8%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D142AB (or 0xD142AB) is known color: Mulberry. HEX triplet: D1, 42 and AB. RGB value is (209,66,171). Sum of RGB (Red+Green+Blue) = 209+66+171=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D142AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D142AB is #2EBD54. Grayscale: #787878. Windows color (decimal): -3063125 or 11223761. OLE color: 11223761.

HSL color Cylindrical-coordinate representation of color #D142AB: hue angle of 315.94º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D142AB is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 66 171 -
CMYK 0 0.68 0.18 0.18
HSL 315.94º 0.61% 0.54% -
HSV(B) 315.94º 0.68% 0.82% -
XYZ 35.59 20.39 40.59 -
YUV 120.73 156.38 190.96 -
System Red Green Blue C M Y K H S L
Decimal 209 66 171 0 0.68 0.18 0.18 315.94 0.61 0.54
Hex D1 42 AB 0 44 12 12 13C 3D 36
Octal 321 102 253 0 104 22 22 474 75 66
Binary 11010001 1000010 10101011 0 1000100 10010 10010 100111100 111101 110110

Color Harmonies of #D142AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D142AB

Black with #D142AB

Text Example


Text Example

White with #D142AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D142AB; }

 p { color: rgb(209,66,171); }

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

background-color css

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

 a { background-color: rgb(209,66,171); }

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

border-color css

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

 span { border-color: rgb(209,66,171); }

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