Html Css Color HEX #D0408D Mulberry

📋 copy color: '#D0408D'

red 208 ◦ green 64 ◦ blue 141

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

Shades of Mulberry #D0408D

Tints of Mulberry #D0408D

RGB

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

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

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

R = 50.36%
G = 15.5%
B = 34.14%

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

#D0408D (or 0xD0408D) is known color: Mulberry. HEX triplet: D0, 40 and 8D. RGB value is (208,64,141). Sum of RGB (Red+Green+Blue) = 208+64+141=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0408D is #2FBF72. Grayscale: #737373. Windows color (decimal): -3129203 or 9257168. OLE color: 9257168.

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

Color convert

RGB 208 64 141 -
CMYK 0 0.69 0.32 0.18
HSL 327.92º 0.61% 0.53% -
HSV(B) 327.92º 0.69% 0.82% -
XYZ 32.65 19 27.15 -
YUV 115.83 142.21 193.74 -
System Red Green Blue C M Y K H S L
Decimal 208 64 141 0 0.69 0.32 0.18 327.92 0.61 0.53
Hex D0 40 8D 0 45 20 12 148 3D 35
Octal 320 100 215 0 105 40 22 510 75 65
Binary 11010000 1000000 10001101 0 1000101 100000 10010 101001000 111101 110101

Color Harmonies of #D0408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0408D

Black with #D0408D

Text Example


Text Example

White with #D0408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0408D; }

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

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

background-color css

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

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

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

border-color css

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

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

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