Html Css Color HEX #D3448E Mulberry

📋 copy color: '#D3448E'

red 211 ◦ green 68 ◦ blue 142

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

Shades of Mulberry #D3448E

Tints of Mulberry #D3448E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.73%

R = 50.12%
G = 16.15%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D3448E (or 0xD3448E) is known color: Mulberry. HEX triplet: D3, 44 and 8E. RGB value is (211,68,142). Sum of RGB (Red+Green+Blue) = 211+68+142=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D3448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3448E is #2CBB71. Grayscale: #777777. Windows color (decimal): -2931570 or 9323731. OLE color: 9323731.

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

Color convert

RGB 211 68 142 -
CMYK 0 0.68 0.33 0.17
HSL 328.95º 0.62% 0.55% -
HSV(B) 328.95º 0.68% 0.83% -
XYZ 33.81 19.94 27.66 -
YUV 119.19 140.88 193.48 -
System Red Green Blue C M Y K H S L
Decimal 211 68 142 0 0.68 0.33 0.17 328.95 0.62 0.55
Hex D3 44 8E 0 44 21 11 149 3E 37
Octal 323 104 216 0 104 41 21 511 76 67
Binary 11010011 1000100 10001110 0 1000100 100001 10001 101001001 111110 110111

Color Harmonies of #D3448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3448E

Black with #D3448E

Text Example


Text Example

White with #D3448E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3448E; }

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

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

background-color css

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

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

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

border-color css

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

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

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