Html Css Color HEX #D0409F Mulberry

📋 copy color: '#D0409F'

red 208 ◦ green 64 ◦ blue 159

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

Shades of Mulberry #D0409F

Tints of Mulberry #D0409F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.85%

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

R = 48.26%
G = 14.85%
B = 36.89%

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

#D0409F (or 0xD0409F) is known color: Mulberry. HEX triplet: D0, 40 and 9F. RGB value is (208,64,159). Sum of RGB (Red+Green+Blue) = 208+64+159=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D0409F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0409F is #2FBF60. Grayscale: #757575. Windows color (decimal): -3129185 or 10436816. OLE color: 10436816.

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

Color convert

RGB 208 64 159 -
CMYK 0 0.69 0.24 0.18
HSL 320.42º 0.61% 0.53% -
HSV(B) 320.42º 0.69% 0.82% -
XYZ 34.1 19.58 34.78 -
YUV 117.89 151.21 192.28 -
System Red Green Blue C M Y K H S L
Decimal 208 64 159 0 0.69 0.24 0.18 320.42 0.61 0.53
Hex D0 40 9F 0 45 18 12 140 3D 35
Octal 320 100 237 0 105 30 22 500 75 65
Binary 11010000 1000000 10011111 0 1000101 11000 10010 101000000 111101 110101

Color Harmonies of #D0409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0409F

Black with #D0409F

Text Example


Text Example

White with #D0409F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0409F; }

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

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

background-color css

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

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

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

border-color css

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

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

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