Html Css Color HEX #D0469E Mulberry

📋 copy color: '#D0469E'

red 208 ◦ green 70 ◦ blue 158

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

Shades of Mulberry #D0469E

Tints of Mulberry #D0469E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.06%

 BLUE value IS 158 (62.11% from 255) = 36.24%

R = 47.71%
G = 16.06%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D0469E (or 0xD0469E) is known color: Mulberry. HEX triplet: D0, 46 and 9E. RGB value is (208,70,158). Sum of RGB (Red+Green+Blue) = 208+70+158=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D0469E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0469E is #2FB961. Grayscale: #797979. Windows color (decimal): -3127650 or 10372816. OLE color: 10372816.

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

Color convert

RGB 208 70 158 -
CMYK 0 0.66 0.24 0.18
HSL 321.74º 0.59% 0.55% -
HSV(B) 321.74º 0.66% 0.82% -
XYZ 34.37 20.26 34.45 -
YUV 121.29 148.72 189.84 -
System Red Green Blue C M Y K H S L
Decimal 208 70 158 0 0.66 0.24 0.18 321.74 0.59 0.55
Hex D0 46 9E 0 42 18 12 142 3B 37
Octal 320 106 236 0 102 30 22 502 73 67
Binary 11010000 1000110 10011110 0 1000010 11000 10010 101000010 111011 110111

Color Harmonies of #D0469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0469E

Black with #D0469E

Text Example


Text Example

White with #D0469E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0469E; }

 p { color: rgb(208,70,158); }

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

background-color css

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

 a { background-color: rgb(208,70,158); }

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

border-color css

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

 span { border-color: rgb(208,70,158); }

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