Html Css Color HEX #D03DA2 Mulberry

📋 copy color: '#D03DA2'

red 208 ◦ green 61 ◦ blue 162

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

Shades of Mulberry #D03DA2

Tints of Mulberry #D03DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.59%

R = 48.26%
G = 14.15%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D03DA2 (or 0xD03DA2) is known color: Mulberry. HEX triplet: D0, 3D and A2. RGB value is (208,61,162). Sum of RGB (Red+Green+Blue) = 208+61+162=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D03DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03DA2 is #2FC25D. Grayscale: #747474. Windows color (decimal): -3129950 or 10632656. OLE color: 10632656.

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

Color convert

RGB 208 61 162 -
CMYK 0 0.71 0.22 0.18
HSL 318.78º 0.61% 0.53% -
HSV(B) 318.78º 0.71% 0.82% -
XYZ 34.2 19.36 36.12 -
YUV 116.47 153.7 193.29 -
System Red Green Blue C M Y K H S L
Decimal 208 61 162 0 0.71 0.22 0.18 318.78 0.61 0.53
Hex D0 3D A2 0 47 16 12 13F 3D 35
Octal 320 75 242 0 107 26 22 477 75 65
Binary 11010000 111101 10100010 0 1000111 10110 10010 100111111 111101 110101

Color Harmonies of #D03DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03DA2

Black with #D03DA2

Text Example


Text Example

White with #D03DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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