Html Css Color HEX #D03AA2 Mulberry

📋 copy color: '#D03AA2'

red 208 ◦ green 58 ◦ blue 162

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

Shades of Mulberry #D03AA2

Tints of Mulberry #D03AA2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.55%

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

R = 48.6%
G = 13.55%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D03AA2 (or 0xD03AA2) is known color: Mulberry. HEX triplet: D0, 3A and A2. RGB value is (208,58,162). Sum of RGB (Red+Green+Blue) = 208+58+162=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D03AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03AA2 is #2FC55D. Grayscale: #727272. Windows color (decimal): -3130718 or 10631888. OLE color: 10631888.

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

Color convert

RGB 208 58 162 -
CMYK 0 0.72 0.22 0.18
HSL 318.4º 0.61% 0.52% -
HSV(B) 318.4º 0.72% 0.82% -
XYZ 34.05 19.04 36.06 -
YUV 114.71 154.7 194.54 -
System Red Green Blue C M Y K H S L
Decimal 208 58 162 0 0.72 0.22 0.18 318.4 0.61 0.52
Hex D0 3A A2 0 48 16 12 13E 3D 34
Octal 320 72 242 0 110 26 22 476 75 64
Binary 11010000 111010 10100010 0 1001000 10110 10010 100111110 111101 110100

Color Harmonies of #D03AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03AA2

Black with #D03AA2

Text Example


Text Example

White with #D03AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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