Html Css Color HEX #D03F90 Mulberry

📋 copy color: '#D03F90'

red 208 ◦ green 63 ◦ blue 144

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

Shades of Mulberry #D03F90

Tints of Mulberry #D03F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.7%

R = 50.12%
G = 15.18%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D03F90 (or 0xD03F90) is known color: Mulberry. HEX triplet: D0, 3F and 90. RGB value is (208,63,144). Sum of RGB (Red+Green+Blue) = 208+63+144=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03F90 is #2FC06F. Grayscale: #737373. Windows color (decimal): -3129456 or 9453520. OLE color: 9453520.

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

Color convert

RGB 208 63 144 -
CMYK 0 0.70 0.31 0.18
HSL 326.48º 0.61% 0.53% -
HSV(B) 326.48º 0.7% 0.82% -
XYZ 32.82 18.98 28.32 -
YUV 115.59 144.04 193.91 -
System Red Green Blue C M Y K H S L
Decimal 208 63 144 0 0.70 0.31 0.18 326.48 0.61 0.53
Hex D0 3F 90 0 46 1F 12 146 3D 35
Octal 320 77 220 0 106 37 22 506 75 65
Binary 11010000 111111 10010000 0 1000110 11111 10010 101000110 111101 110101

Color Harmonies of #D03F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03F90

Black with #D03F90

Text Example


Text Example

White with #D03F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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