Html Css Color HEX #D03DA8 Mulberry

📋 copy color: '#D03DA8'

red 208 ◦ green 61 ◦ blue 168

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

Shades of Mulberry #D03DA8

Tints of Mulberry #D03DA8

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.96%

 BLUE value IS 168 (66.02% from 255) = 38.44%

R = 47.6%
G = 13.96%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D03DA8 (or 0xD03DA8) is known color: Mulberry. HEX triplet: D0, 3D and A8. RGB value is (208,61,168). Sum of RGB (Red+Green+Blue) = 208+61+168=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 61 (24.22% from 255 or 13.96% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D03DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03DA8 is #2FC257. Grayscale: #747474. Windows color (decimal): -3129944 or 11025872. OLE color: 11025872.

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

Color convert

RGB 208 61 168 -
CMYK 0 0.71 0.19 0.18
HSL 316.33º 0.61% 0.53% -
HSV(B) 316.33º 0.71% 0.82% -
XYZ 34.75 19.57 38.99 -
YUV 117.15 156.7 192.8 -
System Red Green Blue C M Y K H S L
Decimal 208 61 168 0 0.71 0.19 0.18 316.33 0.61 0.53
Hex D0 3D A8 0 47 13 12 13C 3D 35
Octal 320 75 250 0 107 23 22 474 75 65
Binary 11010000 111101 10101000 0 1000111 10011 10010 100111100 111101 110101

Color Harmonies of #D03DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03DA8

Black with #D03DA8

Text Example


Text Example

White with #D03DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03DA8; }

 p { color: rgb(208,61,168); }

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

background-color css

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

 a { background-color: rgb(208,61,168); }

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

border-color css

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

 span { border-color: rgb(208,61,168); }

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