Html Css Color HEX #D0409D Mulberry

📋 copy color: '#D0409D'

red 208 ◦ green 64 ◦ blue 157

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

Shades of Mulberry #D0409D

Tints of Mulberry #D0409D

RGB

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

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

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

R = 48.48%
G = 14.92%
B = 36.6%

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

#D0409D (or 0xD0409D) is known color: Mulberry. HEX triplet: D0, 40 and 9D. RGB value is (208,64,157). Sum of RGB (Red+Green+Blue) = 208+64+157=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D0409D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0409D is #2FBF62. Grayscale: #757575. Windows color (decimal): -3129187 or 10305744. OLE color: 10305744.

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

Color convert

RGB 208 64 157 -
CMYK 0 0.69 0.25 0.18
HSL 321.25º 0.61% 0.53% -
HSV(B) 321.25º 0.69% 0.82% -
XYZ 33.93 19.51 33.88 -
YUV 117.66 150.21 192.44 -
System Red Green Blue C M Y K H S L
Decimal 208 64 157 0 0.69 0.25 0.18 321.25 0.61 0.53
Hex D0 40 9D 0 45 19 12 141 3D 35
Octal 320 100 235 0 105 31 22 501 75 65
Binary 11010000 1000000 10011101 0 1000101 11001 10010 101000001 111101 110101

Color Harmonies of #D0409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0409D

Black with #D0409D

Text Example


Text Example

White with #D0409D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0409D; }

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

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

background-color css

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

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

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

border-color css

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

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

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