Html Css Color HEX #D3449D Mulberry

📋 copy color: '#D3449D'

red 211 ◦ green 68 ◦ blue 157

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

Shades of Mulberry #D3449D

Tints of Mulberry #D3449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.6%

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

R = 48.39%
G = 15.6%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D3449D (or 0xD3449D) is known color: Mulberry. HEX triplet: D3, 44 and 9D. RGB value is (211,68,157). Sum of RGB (Red+Green+Blue) = 211+68+157=436 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.39% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 211 - color contains mainly: red. Hex color #D3449D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3449D is #2CBB62. Grayscale: #787878. Windows color (decimal): -2931555 or 10306771. OLE color: 10306771.

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

Color convert

RGB 211 68 157 -
CMYK 0 0.68 0.26 0.17
HSL 322.66º 0.62% 0.55% -
HSV(B) 322.66º 0.68% 0.83% -
XYZ 35.02 20.42 33.99 -
YUV 120.9 148.38 192.26 -
System Red Green Blue C M Y K H S L
Decimal 211 68 157 0 0.68 0.26 0.17 322.66 0.62 0.55
Hex D3 44 9D 0 44 1A 11 143 3E 37
Octal 323 104 235 0 104 32 21 503 76 67
Binary 11010011 1000100 10011101 0 1000100 11010 10001 101000011 111110 110111

Color Harmonies of #D3449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3449D

Black with #D3449D

Text Example


Text Example

White with #D3449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3449D; }

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

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

background-color css

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

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

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

border-color css

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

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

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