Html Css Color HEX #D0408C Mulberry

📋 copy color: '#D0408C'

red 208 ◦ green 64 ◦ blue 140

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

Shades of Mulberry #D0408C

Tints of Mulberry #D0408C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.98%

R = 50.49%
G = 15.53%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0408C (or 0xD0408C) is known color: Mulberry. HEX triplet: D0, 40 and 8C. RGB value is (208,64,140). Sum of RGB (Red+Green+Blue) = 208+64+140=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D0408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0408C is #2FBF73. Grayscale: #737373. Windows color (decimal): -3129204 or 9191632. OLE color: 9191632.

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

Color convert

RGB 208 64 140 -
CMYK 0 0.69 0.33 0.18
HSL 328.33º 0.61% 0.53% -
HSV(B) 328.33º 0.69% 0.82% -
XYZ 32.58 18.97 26.76 -
YUV 115.72 141.71 193.82 -
System Red Green Blue C M Y K H S L
Decimal 208 64 140 0 0.69 0.33 0.18 328.33 0.61 0.53
Hex D0 40 8C 0 45 21 12 148 3D 35
Octal 320 100 214 0 105 41 22 510 75 65
Binary 11010000 1000000 10001100 0 1000101 100001 10010 101001000 111101 110101

Color Harmonies of #D0408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0408C

Black with #D0408C

Text Example


Text Example

White with #D0408C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0408C; }

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

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

background-color css

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

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

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

border-color css

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

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

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