Html Css Color HEX #D03FA6 Mulberry

📋 copy color: '#D03FA6'

red 208 ◦ green 63 ◦ blue 166

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

Shades of Mulberry #D03FA6

Tints of Mulberry #D03FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.99%

R = 47.6%
G = 14.42%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D03FA6 (or 0xD03FA6) is known color: Mulberry. HEX triplet: D0, 3F and A6. RGB value is (208,63,166). Sum of RGB (Red+Green+Blue) = 208+63+166=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 63 (25% from 255 or 14.42% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D03FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03FA6 is #2FC059. Grayscale: #757575. Windows color (decimal): -3129434 or 10895312. OLE color: 10895312.

HSL color Cylindrical-coordinate representation of color #D03FA6: hue angle of 317.38º 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 #D03FA6 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 63 166 -
CMYK 0 0.70 0.20 0.18
HSL 317.38º 0.61% 0.53% -
HSV(B) 317.38º 0.7% 0.82% -
XYZ 34.67 19.72 38.05 -
YUV 118.1 155.04 192.12 -
System Red Green Blue C M Y K H S L
Decimal 208 63 166 0 0.70 0.20 0.18 317.38 0.61 0.53
Hex D0 3F A6 0 46 14 12 13D 3D 35
Octal 320 77 246 0 106 24 22 475 75 65
Binary 11010000 111111 10100110 0 1000110 10100 10010 100111101 111101 110101

Color Harmonies of #D03FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03FA6

Black with #D03FA6

Text Example


Text Example

White with #D03FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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