Html Css Color HEX #D3419D Mulberry

📋 copy color: '#D3419D'

red 211 ◦ green 65 ◦ blue 157

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

Shades of Mulberry #D3419D

Tints of Mulberry #D3419D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.01%

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

R = 48.73%
G = 15.01%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D3419D (or 0xD3419D) is known color: Mulberry. HEX triplet: D3, 41 and 9D. RGB value is (211,65,157). Sum of RGB (Red+Green+Blue) = 211+65+157=433 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.73% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 211 - color contains mainly: red. Hex color #D3419D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3419D is #2CBE62. Grayscale: #767676. Windows color (decimal): -2932323 or 10306003. OLE color: 10306003.

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

Color convert

RGB 211 65 157 -
CMYK 0 0.69 0.26 0.17
HSL 322.19º 0.62% 0.54% -
HSV(B) 322.19º 0.69% 0.83% -
XYZ 34.84 20.06 33.93 -
YUV 119.14 149.37 193.52 -
System Red Green Blue C M Y K H S L
Decimal 211 65 157 0 0.69 0.26 0.17 322.19 0.62 0.54
Hex D3 41 9D 0 45 1A 11 142 3E 36
Octal 323 101 235 0 105 32 21 502 76 66
Binary 11010011 1000001 10011101 0 1000101 11010 10001 101000010 111110 110110

Color Harmonies of #D3419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3419D

Black with #D3419D

Text Example


Text Example

White with #D3419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3419D; }

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

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

background-color css

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

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

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

border-color css

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

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

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