Html Css Color HEX #D3519A Mulberry

📋 copy color: '#D3519A'

red 211 ◦ green 81 ◦ blue 154

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

Shades of Mulberry #D3519A

Tints of Mulberry #D3519A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.53%

R = 47.31%
G = 18.16%
B = 34.53%

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

#D3519A (or 0xD3519A) is known color: Mulberry. HEX triplet: D3, 51 and 9A. RGB value is (211,81,154). Sum of RGB (Red+Green+Blue) = 211+81+154=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D3519A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3519A is #2CAE65. Grayscale: #808080. Windows color (decimal): -2928230 or 10113491. OLE color: 10113491.

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

Color convert

RGB 211 81 154 -
CMYK 0 0.62 0.27 0.17
HSL 326.31º 0.6% 0.57% -
HSV(B) 326.31º 0.62% 0.83% -
XYZ 35.64 22.07 32.95 -
YUV 128.19 142.57 187.06 -
System Red Green Blue C M Y K H S L
Decimal 211 81 154 0 0.62 0.27 0.17 326.31 0.6 0.57
Hex D3 51 9A 0 3E 1B 11 146 3C 39
Octal 323 121 232 0 76 33 21 506 74 71
Binary 11010011 1010001 10011010 0 111110 11011 10001 101000110 111100 111001

Color Harmonies of #D3519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3519A

Black with #D3519A

Text Example


Text Example

White with #D3519A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3519A; }

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

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

background-color css

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

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

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

border-color css

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

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

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