Html Css Color HEX #D03F8D Mulberry

📋 copy color: '#D03F8D'

red 208 ◦ green 63 ◦ blue 141

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

Shades of Mulberry #D03F8D

Tints of Mulberry #D03F8D

RGB

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

 GREEN value IS 63 (25% from 255) = 15.29%

 BLUE value IS 141 (55.47% from 255) = 34.22%

R = 50.49%
G = 15.29%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D03F8D (or 0xD03F8D) is known color: Mulberry. HEX triplet: D0, 3F and 8D. RGB value is (208,63,141). Sum of RGB (Red+Green+Blue) = 208+63+141=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03F8D is #2FC072. Grayscale: #737373. Windows color (decimal): -3129459 or 9256912. OLE color: 9256912.

HSL color Cylindrical-coordinate representation of color #D03F8D: hue angle of 327.72º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D03F8D is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 63 141 -
CMYK 0 0.70 0.32 0.18
HSL 327.72º 0.61% 0.53% -
HSV(B) 327.72º 0.7% 0.82% -
XYZ 32.6 18.89 27.13 -
YUV 115.25 142.54 194.16 -
System Red Green Blue C M Y K H S L
Decimal 208 63 141 0 0.70 0.32 0.18 327.72 0.61 0.53
Hex D0 3F 8D 0 46 20 12 148 3D 35
Octal 320 77 215 0 106 40 22 510 75 65
Binary 11010000 111111 10001101 0 1000110 100000 10010 101001000 111101 110101

Color Harmonies of #D03F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03F8D

Black with #D03F8D

Text Example


Text Example

White with #D03F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03F8D; }

 p { color: rgb(208,63,141); }

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

background-color css

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

 a { background-color: rgb(208,63,141); }

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

border-color css

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

 span { border-color: rgb(208,63,141); }

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