Html Css Color HEX #D3409C Mulberry

📋 copy color: '#D3409C'

red 211 ◦ green 64 ◦ blue 156

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

Shades of Mulberry #D3409C

Tints of Mulberry #D3409C

RGB

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

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

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

R = 48.96%
G = 14.85%
B = 36.19%

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

#D3409C (or 0xD3409C) is known color: Mulberry. HEX triplet: D3, 40 and 9C. RGB value is (211,64,156). Sum of RGB (Red+Green+Blue) = 211+64+156=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 211 - color contains mainly: red. Hex color #D3409C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3409C is #2CBF63. Grayscale: #767676. Windows color (decimal): -2932580 or 10240211. OLE color: 10240211.

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

Color convert

RGB 211 64 156 -
CMYK 0 0.70 0.26 0.17
HSL 322.45º 0.63% 0.54% -
HSV(B) 322.45º 0.7% 0.83% -
XYZ 34.7 19.92 33.47 -
YUV 118.44 149.2 194.02 -
System Red Green Blue C M Y K H S L
Decimal 211 64 156 0 0.70 0.26 0.17 322.45 0.63 0.54
Hex D3 40 9C 0 46 1A 11 142 3F 36
Octal 323 100 234 0 106 32 21 502 77 66
Binary 11010011 1000000 10011100 0 1000110 11010 10001 101000010 111111 110110

Color Harmonies of #D3409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3409C

Black with #D3409C

Text Example


Text Example

White with #D3409C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3409C; }

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

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

background-color css

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

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

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

border-color css

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

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

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