Html Css Color HEX #D142A1 Mulberry

📋 copy color: '#D142A1'

red 209 ◦ green 66 ◦ blue 161

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

Shades of Mulberry #D142A1

Tints of Mulberry #D142A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.93%

R = 47.94%
G = 15.14%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D142A1 (or 0xD142A1) is known color: Mulberry. HEX triplet: D1, 42 and A1. RGB value is (209,66,161). Sum of RGB (Red+Green+Blue) = 209+66+161=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D142A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D142A1 is #2EBD5E. Grayscale: #777777. Windows color (decimal): -3063135 or 10568401. OLE color: 10568401.

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

Color convert

RGB 209 66 161 -
CMYK 0 0.68 0.23 0.18
HSL 320.14º 0.61% 0.54% -
HSV(B) 320.14º 0.68% 0.82% -
XYZ 34.68 20.02 35.76 -
YUV 119.59 151.38 191.78 -
System Red Green Blue C M Y K H S L
Decimal 209 66 161 0 0.68 0.23 0.18 320.14 0.61 0.54
Hex D1 42 A1 0 44 17 12 140 3D 36
Octal 321 102 241 0 104 27 22 500 75 66
Binary 11010001 1000010 10100001 0 1000100 10111 10010 101000000 111101 110110

Color Harmonies of #D142A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D142A1

Black with #D142A1

Text Example


Text Example

White with #D142A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D142A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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