Html Css Color HEX #D0419F Mulberry

📋 copy color: '#D0419F'

red 208 ◦ green 65 ◦ blue 159

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

Shades of Mulberry #D0419F

Tints of Mulberry #D0419F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.05%

 BLUE value IS 159 (62.5% from 255) = 36.81%

R = 48.15%
G = 15.05%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D0419F (or 0xD0419F) is known color: Mulberry. HEX triplet: D0, 41 and 9F. RGB value is (208,65,159). Sum of RGB (Red+Green+Blue) = 208+65+159=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D0419F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0419F is #2FBE60. Grayscale: #767676. Windows color (decimal): -3128929 or 10437072. OLE color: 10437072.

HSL color Cylindrical-coordinate representation of color #D0419F: hue angle of 320.56º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0419F is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 65 159 -
CMYK 0 0.69 0.24 0.18
HSL 320.56º 0.6% 0.54% -
HSV(B) 320.56º 0.69% 0.82% -
XYZ 34.16 19.69 34.8 -
YUV 118.47 150.88 191.86 -
System Red Green Blue C M Y K H S L
Decimal 208 65 159 0 0.69 0.24 0.18 320.56 0.6 0.54
Hex D0 41 9F 0 45 18 12 141 3C 36
Octal 320 101 237 0 105 30 22 501 74 66
Binary 11010000 1000001 10011111 0 1000101 11000 10010 101000001 111100 110110

Color Harmonies of #D0419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0419F

Black with #D0419F

Text Example


Text Example

White with #D0419F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0419F; }

 p { color: rgb(208,65,159); }

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

background-color css

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

 a { background-color: rgb(208,65,159); }

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

border-color css

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

 span { border-color: rgb(208,65,159); }

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