Html Css Color HEX #D0418A Mulberry

📋 copy color: '#D0418A'

red 208 ◦ green 65 ◦ blue 138

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

Shades of Mulberry #D0418A

Tints of Mulberry #D0418A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.58%

R = 50.61%
G = 15.82%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0418A (or 0xD0418A) is known color: Mulberry. HEX triplet: D0, 41 and 8A. RGB value is (208,65,138). Sum of RGB (Red+Green+Blue) = 208+65+138=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D0418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0418A is #2FBE75. Grayscale: #737373. Windows color (decimal): -3128950 or 9060816. OLE color: 9060816.

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

Color convert

RGB 208 65 138 -
CMYK 0 0.69 0.34 0.18
HSL 329.37º 0.6% 0.54% -
HSV(B) 329.37º 0.69% 0.82% -
XYZ 32.49 19.03 26 -
YUV 116.08 140.38 193.56 -
System Red Green Blue C M Y K H S L
Decimal 208 65 138 0 0.69 0.34 0.18 329.37 0.6 0.54
Hex D0 41 8A 0 45 22 12 149 3C 36
Octal 320 101 212 0 105 42 22 511 74 66
Binary 11010000 1000001 10001010 0 1000101 100010 10010 101001001 111100 110110

Color Harmonies of #D0418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0418A

Black with #D0418A

Text Example


Text Example

White with #D0418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0418A; }

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

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

background-color css

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

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

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

border-color css

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

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

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