Html Css Color HEX #D3509E Mulberry

📋 copy color: '#D3509E'

red 211 ◦ green 80 ◦ blue 158

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

Shades of Mulberry #D3509E

Tints of Mulberry #D3509E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.82%

 BLUE value IS 158 (62.11% from 255) = 35.19%

R = 46.99%
G = 17.82%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D3509E (or 0xD3509E) is known color: Mulberry. HEX triplet: D3, 50 and 9E. RGB value is (211,80,158). Sum of RGB (Red+Green+Blue) = 211+80+158=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D3509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3509E is #2CAF61. Grayscale: #7F7F7F. Windows color (decimal): -2928482 or 10375379. OLE color: 10375379.

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

Color convert

RGB 211 80 158 -
CMYK 0 0.62 0.25 0.17
HSL 324.27º 0.6% 0.57% -
HSV(B) 324.27º 0.62% 0.83% -
XYZ 35.9 22.05 34.71 -
YUV 128.06 144.9 187.16 -
System Red Green Blue C M Y K H S L
Decimal 211 80 158 0 0.62 0.25 0.17 324.27 0.6 0.57
Hex D3 50 9E 0 3E 19 11 144 3C 39
Octal 323 120 236 0 76 31 21 504 74 71
Binary 11010011 1010000 10011110 0 111110 11001 10001 101000100 111100 111001

Color Harmonies of #D3509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3509E

Black with #D3509E

Text Example


Text Example

White with #D3509E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3509E; }

 p { color: rgb(211,80,158); }

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

background-color css

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

 a { background-color: rgb(211,80,158); }

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

border-color css

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

 span { border-color: rgb(211,80,158); }

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