Html Css Color HEX #D03C9C Mulberry

📋 copy color: '#D03C9C'

red 208 ◦ green 60 ◦ blue 156

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

Shades of Mulberry #D03C9C

Tints of Mulberry #D03C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.79%

R = 49.06%
G = 14.15%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D03C9C (or 0xD03C9C) is known color: Mulberry. HEX triplet: D0, 3C and 9C. RGB value is (208,60,156). Sum of RGB (Red+Green+Blue) = 208+60+156=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 60 (23.83% from 255 or 14.15% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03C9C is #2FC363. Grayscale: #727272. Windows color (decimal): -3130212 or 10239184. OLE color: 10239184.

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

Color convert

RGB 208 60 156 -
CMYK 0 0.71 0.25 0.18
HSL 321.08º 0.61% 0.53% -
HSV(B) 321.08º 0.71% 0.82% -
XYZ 33.63 19.04 33.36 -
YUV 115.2 151.03 194.19 -
System Red Green Blue C M Y K H S L
Decimal 208 60 156 0 0.71 0.25 0.18 321.08 0.61 0.53
Hex D0 3C 9C 0 47 19 12 141 3D 35
Octal 320 74 234 0 107 31 22 501 75 65
Binary 11010000 111100 10011100 0 1000111 11001 10010 101000001 111101 110101

Color Harmonies of #D03C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03C9C

Black with #D03C9C

Text Example


Text Example

White with #D03C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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