Html Css Color HEX #D03BA6 Mulberry

📋 copy color: '#D03BA6'

red 208 ◦ green 59 ◦ blue 166

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

Shades of Mulberry #D03BA6

Tints of Mulberry #D03BA6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.63%

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

R = 48.04%
G = 13.63%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D03BA6 (or 0xD03BA6) is known color: Mulberry. HEX triplet: D0, 3B and A6. RGB value is (208,59,166). Sum of RGB (Red+Green+Blue) = 208+59+166=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D03BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03BA6 is #2FC459. Grayscale: #737373. Windows color (decimal): -3130458 or 10894288. OLE color: 10894288.

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

Color convert

RGB 208 59 166 -
CMYK 0 0.72 0.20 0.18
HSL 316.91º 0.61% 0.52% -
HSV(B) 316.91º 0.72% 0.82% -
XYZ 34.46 19.29 37.98 -
YUV 115.75 156.36 193.8 -
System Red Green Blue C M Y K H S L
Decimal 208 59 166 0 0.72 0.20 0.18 316.91 0.61 0.52
Hex D0 3B A6 0 48 14 12 13D 3D 34
Octal 320 73 246 0 110 24 22 475 75 64
Binary 11010000 111011 10100110 0 1001000 10100 10010 100111101 111101 110100

Color Harmonies of #D03BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03BA6

Black with #D03BA6

Text Example


Text Example

White with #D03BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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