Html Css Color HEX #D0418D Mulberry

📋 copy color: '#D0418D'

red 208 ◦ green 65 ◦ blue 141

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

Shades of Mulberry #D0418D

Tints of Mulberry #D0418D

RGB

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

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

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

R = 50.24%
G = 15.7%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0418D (or 0xD0418D) is known color: Mulberry. HEX triplet: D0, 41 and 8D. RGB value is (208,65,141). Sum of RGB (Red+Green+Blue) = 208+65+141=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0418D is #2FBE72. Grayscale: #747474. Windows color (decimal): -3128947 or 9257424. OLE color: 9257424.

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

Color convert

RGB 208 65 141 -
CMYK 0 0.69 0.32 0.18
HSL 328.11º 0.6% 0.54% -
HSV(B) 328.11º 0.69% 0.82% -
XYZ 32.71 19.11 27.16 -
YUV 116.42 141.88 193.32 -
System Red Green Blue C M Y K H S L
Decimal 208 65 141 0 0.69 0.32 0.18 328.11 0.6 0.54
Hex D0 41 8D 0 45 20 12 148 3C 36
Octal 320 101 215 0 105 40 22 510 74 66
Binary 11010000 1000001 10001101 0 1000101 100000 10010 101001000 111100 110110

Color Harmonies of #D0418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0418D

Black with #D0418D

Text Example


Text Example

White with #D0418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0418D; }

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

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

background-color css

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

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

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

border-color css

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

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

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