Html Css Color HEX #D03FA0 Mulberry

📋 copy color: '#D03FA0'

red 208 ◦ green 63 ◦ blue 160

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

Shades of Mulberry #D03FA0

Tints of Mulberry #D03FA0

RGB

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

 GREEN value IS 63 (25% from 255) = 14.62%

 BLUE value IS 160 (62.89% from 255) = 37.12%

R = 48.26%
G = 14.62%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D03FA0 (or 0xD03FA0) is known color: Mulberry. HEX triplet: D0, 3F and A0. RGB value is (208,63,160). Sum of RGB (Red+Green+Blue) = 208+63+160=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D03FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03FA0 is #2FC05F. Grayscale: #757575. Windows color (decimal): -3129440 or 10502096. OLE color: 10502096.

HSL color Cylindrical-coordinate representation of color #D03FA0: hue angle of 319.86º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D03FA0 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 63 160 -
CMYK 0 0.70 0.23 0.18
HSL 319.86º 0.61% 0.53% -
HSV(B) 319.86º 0.7% 0.82% -
XYZ 34.14 19.5 35.22 -
YUV 117.41 152.04 192.61 -
System Red Green Blue C M Y K H S L
Decimal 208 63 160 0 0.70 0.23 0.18 319.86 0.61 0.53
Hex D0 3F A0 0 46 17 12 140 3D 35
Octal 320 77 240 0 106 27 22 500 75 65
Binary 11010000 111111 10100000 0 1000110 10111 10010 101000000 111101 110101

Color Harmonies of #D03FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03FA0

Black with #D03FA0

Text Example


Text Example

White with #D03FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03FA0; }

 p { color: rgb(208,63,160); }

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

background-color css

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

 a { background-color: rgb(208,63,160); }

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

border-color css

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

 span { border-color: rgb(208,63,160); }

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