Html Css Color HEX #D3519C Mulberry

📋 copy color: '#D3519C'

red 211 ◦ green 81 ◦ blue 156

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

Shades of Mulberry #D3519C

Tints of Mulberry #D3519C

RGB

 RED value IS 211 (82.81% from 255) = 47.1%

 GREEN value IS 81 (32.03% from 255) = 18.08%

 BLUE value IS 156 (61.33% from 255) = 34.82%

R = 47.1%
G = 18.08%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D3519C (or 0xD3519C) is known color: Mulberry. HEX triplet: D3, 51 and 9C. RGB value is (211,81,156). Sum of RGB (Red+Green+Blue) = 211+81+156=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D3519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3519C is #2CAE63. Grayscale: #808080. Windows color (decimal): -2928228 or 10244563. OLE color: 10244563.

HSL color Cylindrical-coordinate representation of color #D3519C: hue angle of 325.38º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3519C is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 81 156 -
CMYK 0 0.62 0.26 0.17
HSL 325.38º 0.6% 0.57% -
HSV(B) 325.38º 0.62% 0.83% -
XYZ 35.81 22.13 33.84 -
YUV 128.42 143.57 186.9 -
System Red Green Blue C M Y K H S L
Decimal 211 81 156 0 0.62 0.26 0.17 325.38 0.6 0.57
Hex D3 51 9C 0 3E 1A 11 145 3C 39
Octal 323 121 234 0 76 32 21 505 74 71
Binary 11010011 1010001 10011100 0 111110 11010 10001 101000101 111100 111001

Color Harmonies of #D3519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3519C

Black with #D3519C

Text Example


Text Example

White with #D3519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3519C; }

 p { color: rgb(211,81,156); }

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

background-color css

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

 a { background-color: rgb(211,81,156); }

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

border-color css

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

 span { border-color: rgb(211,81,156); }

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