Html Css Color HEX #D0419D Mulberry

📋 copy color: '#D0419D'

red 208 ◦ green 65 ◦ blue 157

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

Shades of Mulberry #D0419D

Tints of Mulberry #D0419D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.51%

R = 48.37%
G = 15.12%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0419D (or 0xD0419D) is known color: Mulberry. HEX triplet: D0, 41 and 9D. RGB value is (208,65,157). Sum of RGB (Red+Green+Blue) = 208+65+157=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D0419D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0419D is #2FBE62. Grayscale: #767676. Windows color (decimal): -3128931 or 10306000. OLE color: 10306000.

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

Color convert

RGB 208 65 157 -
CMYK 0 0.69 0.25 0.18
HSL 321.4º 0.6% 0.54% -
HSV(B) 321.4º 0.69% 0.82% -
XYZ 33.99 19.62 33.89 -
YUV 118.25 149.88 192.02 -
System Red Green Blue C M Y K H S L
Decimal 208 65 157 0 0.69 0.25 0.18 321.4 0.6 0.54
Hex D0 41 9D 0 45 19 12 141 3C 36
Octal 320 101 235 0 105 31 22 501 74 66
Binary 11010000 1000001 10011101 0 1000101 11001 10010 101000001 111100 110110

Color Harmonies of #D0419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0419D

Black with #D0419D

Text Example


Text Example

White with #D0419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0419D; }

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

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

background-color css

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

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

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

border-color css

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

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

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