Html Css Color HEX #D3409D Mulberry

📋 copy color: '#D3409D'

red 211 ◦ green 64 ◦ blue 157

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

Shades of Mulberry #D3409D

Tints of Mulberry #D3409D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.81%

 BLUE value IS 157 (61.72% from 255) = 36.34%

R = 48.84%
G = 14.81%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D3409D (or 0xD3409D) is known color: Mulberry. HEX triplet: D3, 40 and 9D. RGB value is (211,64,157). Sum of RGB (Red+Green+Blue) = 211+64+157=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 211 - color contains mainly: red. Hex color #D3409D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3409D is #2CBF62. Grayscale: #767676. Windows color (decimal): -2932579 or 10305747. OLE color: 10305747.

HSL color Cylindrical-coordinate representation of color #D3409D: hue angle of 322.04º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3409D is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 64 157 -
CMYK 0 0.70 0.26 0.17
HSL 322.04º 0.63% 0.54% -
HSV(B) 322.04º 0.7% 0.83% -
XYZ 34.78 19.95 33.92 -
YUV 118.56 149.7 193.94 -
System Red Green Blue C M Y K H S L
Decimal 211 64 157 0 0.70 0.26 0.17 322.04 0.63 0.54
Hex D3 40 9D 0 46 1A 11 142 3F 36
Octal 323 100 235 0 106 32 21 502 77 66
Binary 11010011 1000000 10011101 0 1000110 11010 10001 101000010 111111 110110

Color Harmonies of #D3409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3409D

Black with #D3409D

Text Example


Text Example

White with #D3409D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3409D; }

 p { color: rgb(211,64,157); }

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

background-color css

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

 a { background-color: rgb(211,64,157); }

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

border-color css

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

 span { border-color: rgb(211,64,157); }

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