Html Css Color HEX #D048AA Mulberry

📋 copy color: '#D048AA'

red 208 ◦ green 72 ◦ blue 170

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

Shades of Mulberry #D048AA

Tints of Mulberry #D048AA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16%

 BLUE value IS 170 (66.8% from 255) = 37.78%

R = 46.22%
G = 16%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D048AA (or 0xD048AA) is known color: Mulberry. HEX triplet: D0, 48 and AA. RGB value is (208,72,170). Sum of RGB (Red+Green+Blue) = 208+72+170=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D048AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D048AA is #2FB755. Grayscale: #7B7B7B. Windows color (decimal): -3127126 or 11159760. OLE color: 11159760.

HSL color Cylindrical-coordinate representation of color #D048AA: hue angle of 316.76º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D048AA is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 72 170 -
CMYK 0 0.65 0.18 0.18
HSL 316.76º 0.59% 0.55% -
HSV(B) 316.76º 0.65% 0.82% -
XYZ 35.59 20.95 40.2 -
YUV 123.84 154.06 188.03 -
System Red Green Blue C M Y K H S L
Decimal 208 72 170 0 0.65 0.18 0.18 316.76 0.59 0.55
Hex D0 48 AA 0 41 12 12 13D 3B 37
Octal 320 110 252 0 101 22 22 475 73 67
Binary 11010000 1001000 10101010 0 1000001 10010 10010 100111101 111011 110111

Color Harmonies of #D048AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D048AA

Black with #D048AA

Text Example


Text Example

White with #D048AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D048AA; }

 p { color: rgb(208,72,170); }

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

background-color css

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

 a { background-color: rgb(208,72,170); }

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

border-color css

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

 span { border-color: rgb(208,72,170); }

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