Html Css Color HEX #D142A8 Mulberry

📋 copy color: '#D142A8'

red 209 ◦ green 66 ◦ blue 168

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

Shades of Mulberry #D142A8

Tints of Mulberry #D142A8

RGB

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

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

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

R = 47.18%
G = 14.9%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D142A8 (or 0xD142A8) is known color: Mulberry. HEX triplet: D1, 42 and A8. RGB value is (209,66,168). Sum of RGB (Red+Green+Blue) = 209+66+168=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D142A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D142A8 is #2EBD57. Grayscale: #787878. Windows color (decimal): -3063128 or 11027153. OLE color: 11027153.

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

Color convert

RGB 209 66 168 -
CMYK 0 0.68 0.20 0.18
HSL 317.2º 0.61% 0.54% -
HSV(B) 317.2º 0.68% 0.82% -
XYZ 35.31 20.28 39.1 -
YUV 120.39 154.88 191.21 -
System Red Green Blue C M Y K H S L
Decimal 209 66 168 0 0.68 0.20 0.18 317.2 0.61 0.54
Hex D1 42 A8 0 44 14 12 13D 3D 36
Octal 321 102 250 0 104 24 22 475 75 66
Binary 11010001 1000010 10101000 0 1000100 10100 10010 100111101 111101 110110

Color Harmonies of #D142A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D142A8

Black with #D142A8

Text Example


Text Example

White with #D142A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D142A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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