Html Css Color HEX #D3418D Mulberry

📋 copy color: '#D3418D'

red 211 ◦ green 65 ◦ blue 141

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

Shades of Mulberry #D3418D

Tints of Mulberry #D3418D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.81%

R = 50.6%
G = 15.59%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D3418D (or 0xD3418D) is known color: Mulberry. HEX triplet: D3, 41 and 8D. RGB value is (211,65,141). Sum of RGB (Red+Green+Blue) = 211+65+141=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D3418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3418D is #2CBE72. Grayscale: #757575. Windows color (decimal): -2932339 or 9257427. OLE color: 9257427.

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

Color convert

RGB 211 65 141 -
CMYK 0 0.69 0.33 0.17
HSL 328.77º 0.62% 0.54% -
HSV(B) 328.77º 0.69% 0.83% -
XYZ 33.56 19.55 27.2 -
YUV 117.32 141.37 194.82 -
System Red Green Blue C M Y K H S L
Decimal 211 65 141 0 0.69 0.33 0.17 328.77 0.62 0.54
Hex D3 41 8D 0 45 21 11 149 3E 36
Octal 323 101 215 0 105 41 21 511 76 66
Binary 11010011 1000001 10001101 0 1000101 100001 10001 101001001 111110 110110

Color Harmonies of #D3418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3418D

Black with #D3418D

Text Example


Text Example

White with #D3418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3418D; }

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

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

background-color css

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

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

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

border-color css

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

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

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