Html Css Color HEX #D0409A Mulberry

📋 copy color: '#D0409A'

red 208 ◦ green 64 ◦ blue 154

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

Shades of Mulberry #D0409A

Tints of Mulberry #D0409A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.15%

R = 48.83%
G = 15.02%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D0409A (or 0xD0409A) is known color: Mulberry. HEX triplet: D0, 40 and 9A. RGB value is (208,64,154). Sum of RGB (Red+Green+Blue) = 208+64+154=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D0409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0409A is #2FBF65. Grayscale: #757575. Windows color (decimal): -3129190 or 10109136. OLE color: 10109136.

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

Color convert

RGB 208 64 154 -
CMYK 0 0.69 0.26 0.18
HSL 322.5º 0.61% 0.53% -
HSV(B) 322.5º 0.69% 0.82% -
XYZ 33.68 19.41 32.54 -
YUV 117.32 148.71 192.68 -
System Red Green Blue C M Y K H S L
Decimal 208 64 154 0 0.69 0.26 0.18 322.5 0.61 0.53
Hex D0 40 9A 0 45 1A 12 142 3D 35
Octal 320 100 232 0 105 32 22 502 75 65
Binary 11010000 1000000 10011010 0 1000101 11010 10010 101000010 111101 110101

Color Harmonies of #D0409A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0409A

Black with #D0409A

Text Example


Text Example

White with #D0409A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0409A; }

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

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

background-color css

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

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

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

border-color css

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

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

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