Html Css Color HEX #D3449B Mulberry

📋 copy color: '#D3449B'

red 211 ◦ green 68 ◦ blue 155

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

Shades of Mulberry #D3449B

Tints of Mulberry #D3449B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.71%

R = 48.62%
G = 15.67%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D3449B (or 0xD3449B) is known color: Mulberry. HEX triplet: D3, 44 and 9B. RGB value is (211,68,155). Sum of RGB (Red+Green+Blue) = 211+68+155=434 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.62% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 211 - color contains mainly: red. Hex color #D3449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3449B is #2CBB64. Grayscale: #787878. Windows color (decimal): -2931557 or 10175699. OLE color: 10175699.

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

Color convert

RGB 211 68 155 -
CMYK 0 0.68 0.27 0.17
HSL 323.5º 0.62% 0.55% -
HSV(B) 323.5º 0.68% 0.83% -
XYZ 34.85 20.35 33.1 -
YUV 120.68 147.38 192.43 -
System Red Green Blue C M Y K H S L
Decimal 211 68 155 0 0.68 0.27 0.17 323.5 0.62 0.55
Hex D3 44 9B 0 44 1B 11 143 3E 37
Octal 323 104 233 0 104 33 21 503 76 67
Binary 11010011 1000100 10011011 0 1000100 11011 10001 101000011 111110 110111

Color Harmonies of #D3449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3449B

Black with #D3449B

Text Example


Text Example

White with #D3449B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3449B; }

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

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

background-color css

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

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

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

border-color css

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

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

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