Html Css Color HEX #D03BA7 Mulberry

📋 copy color: '#D03BA7'

red 208 ◦ green 59 ◦ blue 167

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

Shades of Mulberry #D03BA7

Tints of Mulberry #D03BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.48%

R = 47.93%
G = 13.59%
B = 38.48%

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

#D03BA7 (or 0xD03BA7) is known color: Mulberry. HEX triplet: D0, 3B and A7. RGB value is (208,59,167). Sum of RGB (Red+Green+Blue) = 208+59+167=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 59 (23.44% from 255 or 13.59% from 434); Blue value is 167 (65.62% from 255 or 38.48% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D03BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03BA7 is #2FC458. Grayscale: #737373. Windows color (decimal): -3130457 or 10959824. OLE color: 10959824.

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

Color convert

RGB 208 59 167 -
CMYK 0 0.72 0.20 0.18
HSL 316.51º 0.61% 0.52% -
HSV(B) 316.51º 0.72% 0.82% -
XYZ 34.55 19.33 38.47 -
YUV 115.86 156.86 193.72 -
System Red Green Blue C M Y K H S L
Decimal 208 59 167 0 0.72 0.20 0.18 316.51 0.61 0.52
Hex D0 3B A7 0 48 14 12 13D 3D 34
Octal 320 73 247 0 110 24 22 475 75 64
Binary 11010000 111011 10100111 0 1001000 10100 10010 100111101 111101 110100

Color Harmonies of #D03BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03BA7

Black with #D03BA7

Text Example


Text Example

White with #D03BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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