Html Css Color HEX #D143A5 Mulberry

📋 copy color: '#D143A5'

red 209 ◦ green 67 ◦ blue 165

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

Shades of Mulberry #D143A5

Tints of Mulberry #D143A5

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.19%

 BLUE value IS 165 (64.84% from 255) = 37.41%

R = 47.39%
G = 15.19%
B = 37.41%

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

#D143A5 (or 0xD143A5) is known color: Mulberry. HEX triplet: D1, 43 and A5. RGB value is (209,67,165). Sum of RGB (Red+Green+Blue) = 209+67+165=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D143A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D143A5 is #2EBC5A. Grayscale: #787878. Windows color (decimal): -3062875 or 10830801. OLE color: 10830801.

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

Color convert

RGB 209 67 165 -
CMYK 0 0.68 0.21 0.18
HSL 318.59º 0.61% 0.54% -
HSV(B) 318.59º 0.68% 0.82% -
XYZ 35.09 20.29 37.66 -
YUV 120.63 153.04 191.03 -
System Red Green Blue C M Y K H S L
Decimal 209 67 165 0 0.68 0.21 0.18 318.59 0.61 0.54
Hex D1 43 A5 0 44 15 12 13F 3D 36
Octal 321 103 245 0 104 25 22 477 75 66
Binary 11010001 1000011 10100101 0 1000100 10101 10010 100111111 111101 110110

Color Harmonies of #D143A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D143A5

Black with #D143A5

Text Example


Text Example

White with #D143A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D143A5; }

 p { color: rgb(209,67,165); }

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

background-color css

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

 a { background-color: rgb(209,67,165); }

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

border-color css

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

 span { border-color: rgb(209,67,165); }

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