Html Css Color HEX #D3519B Mulberry

📋 copy color: '#D3519B'

red 211 ◦ green 81 ◦ blue 155

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

Shades of Mulberry #D3519B

Tints of Mulberry #D3519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.68%

R = 47.2%
G = 18.12%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D3519B (or 0xD3519B) is known color: Mulberry. HEX triplet: D3, 51 and 9B. RGB value is (211,81,155). Sum of RGB (Red+Green+Blue) = 211+81+155=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 211 - color contains mainly: red. Hex color #D3519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3519B is #2CAE64. Grayscale: #808080. Windows color (decimal): -2928229 or 10179027. OLE color: 10179027.

HSL color Cylindrical-coordinate representation of color #D3519B: hue angle of 325.85º 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 #D3519B is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 81 155 -
CMYK 0 0.62 0.27 0.17
HSL 325.85º 0.6% 0.57% -
HSV(B) 325.85º 0.62% 0.83% -
XYZ 35.72 22.1 33.39 -
YUV 128.31 143.07 186.98 -
System Red Green Blue C M Y K H S L
Decimal 211 81 155 0 0.62 0.27 0.17 325.85 0.6 0.57
Hex D3 51 9B 0 3E 1B 11 146 3C 39
Octal 323 121 233 0 76 33 21 506 74 71
Binary 11010011 1010001 10011011 0 111110 11011 10001 101000110 111100 111001

Color Harmonies of #D3519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3519B

Black with #D3519B

Text Example


Text Example

White with #D3519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3519B; }

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

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

background-color css

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

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

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

border-color css

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

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

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