Html Css Color HEX #D0448D Mulberry

📋 copy color: '#D0448D'

red 208 ◦ green 68 ◦ blue 141

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

Shades of Mulberry #D0448D

Tints of Mulberry #D0448D

RGB

 RED value IS 208 (81.64% from 255) = 49.88%

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

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

R = 49.88%
G = 16.31%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0448D (or 0xD0448D) is known color: Mulberry. HEX triplet: D0, 44 and 8D. RGB value is (208,68,141). Sum of RGB (Red+Green+Blue) = 208+68+141=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0448D is #2FBB72. Grayscale: #767676. Windows color (decimal): -3128179 or 9258192. OLE color: 9258192.

HSL color Cylindrical-coordinate representation of color #D0448D: hue angle of 328.71º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0448D is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 68 141 -
CMYK 0 0.67 0.32 0.18
HSL 328.71º 0.6% 0.54% -
HSV(B) 328.71º 0.67% 0.82% -
XYZ 32.89 19.47 27.22 -
YUV 118.18 140.88 192.06 -
System Red Green Blue C M Y K H S L
Decimal 208 68 141 0 0.67 0.32 0.18 328.71 0.6 0.54
Hex D0 44 8D 0 43 20 12 149 3C 36
Octal 320 104 215 0 103 40 22 511 74 66
Binary 11010000 1000100 10001101 0 1000011 100000 10010 101001001 111100 110110

Color Harmonies of #D0448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0448D

Black with #D0448D

Text Example


Text Example

White with #D0448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0448D; }

 p { color: rgb(208,68,141); }

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

background-color css

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

 a { background-color: rgb(208,68,141); }

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

border-color css

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

 span { border-color: rgb(208,68,141); }

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