Html Css Color HEX #D142A6 Mulberry

📋 copy color: '#D142A6'

red 209 ◦ green 66 ◦ blue 166

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

Shades of Mulberry #D142A6

Tints of Mulberry #D142A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.64%

R = 47.39%
G = 14.97%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D142A6 (or 0xD142A6) is known color: Mulberry. HEX triplet: D1, 42 and A6. RGB value is (209,66,166). Sum of RGB (Red+Green+Blue) = 209+66+166=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D142A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D142A6 is #2EBD59. Grayscale: #777777. Windows color (decimal): -3063130 or 10896081. OLE color: 10896081.

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

Color convert

RGB 209 66 166 -
CMYK 0 0.68 0.21 0.18
HSL 318.04º 0.61% 0.54% -
HSV(B) 318.04º 0.68% 0.82% -
XYZ 35.13 20.2 38.13 -
YUV 120.16 153.88 191.37 -
System Red Green Blue C M Y K H S L
Decimal 209 66 166 0 0.68 0.21 0.18 318.04 0.61 0.54
Hex D1 42 A6 0 44 15 12 13E 3D 36
Octal 321 102 246 0 104 25 22 476 75 66
Binary 11010001 1000010 10100110 0 1000100 10101 10010 100111110 111101 110110

Color Harmonies of #D142A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D142A6

Black with #D142A6

Text Example


Text Example

White with #D142A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D142A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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