Html Css Color HEX #D03D98 Mulberry

📋 copy color: '#D03D98'

red 208 ◦ green 61 ◦ blue 152

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

Shades of Mulberry #D03D98

Tints of Mulberry #D03D98

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.49%

 BLUE value IS 152 (59.77% from 255) = 36.1%

R = 49.41%
G = 14.49%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D03D98 (or 0xD03D98) is known color: Mulberry. HEX triplet: D0, 3D and 98. RGB value is (208,61,152). Sum of RGB (Red+Green+Blue) = 208+61+152=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03D98 is #2FC267. Grayscale: #737373. Windows color (decimal): -3129960 or 9977296. OLE color: 9977296.

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

Color convert

RGB 208 61 152 -
CMYK 0 0.71 0.27 0.18
HSL 322.86º 0.61% 0.53% -
HSV(B) 322.86º 0.71% 0.82% -
XYZ 33.35 19.01 31.62 -
YUV 115.33 148.7 194.1 -
System Red Green Blue C M Y K H S L
Decimal 208 61 152 0 0.71 0.27 0.18 322.86 0.61 0.53
Hex D0 3D 98 0 47 1B 12 143 3D 35
Octal 320 75 230 0 107 33 22 503 75 65
Binary 11010000 111101 10011000 0 1000111 11011 10010 101000011 111101 110101

Color Harmonies of #D03D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03D98

Black with #D03D98

Text Example


Text Example

White with #D03D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03D98; }

 p { color: rgb(208,61,152); }

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

background-color css

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

 a { background-color: rgb(208,61,152); }

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

border-color css

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

 span { border-color: rgb(208,61,152); }

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