Html Css Color HEX #D03CA6 Mulberry

📋 copy color: '#D03CA6'

red 208 ◦ green 60 ◦ blue 166

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

Shades of Mulberry #D03CA6

Tints of Mulberry #D03CA6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.82%

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

R = 47.93%
G = 13.82%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D03CA6 (or 0xD03CA6) is known color: Mulberry. HEX triplet: D0, 3C and A6. RGB value is (208,60,166). Sum of RGB (Red+Green+Blue) = 208+60+166=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D03CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03CA6 is #2FC359. Grayscale: #747474. Windows color (decimal): -3130202 or 10894544. OLE color: 10894544.

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

Color convert

RGB 208 60 166 -
CMYK 0 0.71 0.20 0.18
HSL 317.03º 0.61% 0.53% -
HSV(B) 317.03º 0.71% 0.82% -
XYZ 34.51 19.39 38 -
YUV 116.34 156.03 193.38 -
System Red Green Blue C M Y K H S L
Decimal 208 60 166 0 0.71 0.20 0.18 317.03 0.61 0.53
Hex D0 3C A6 0 47 14 12 13D 3D 35
Octal 320 74 246 0 107 24 22 475 75 65
Binary 11010000 111100 10100110 0 1000111 10100 10010 100111101 111101 110101

Color Harmonies of #D03CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03CA6

Black with #D03CA6

Text Example


Text Example

White with #D03CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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