Html Css Color HEX #D04B9E Mulberry

📋 copy color: '#D04B9E'

red 208 ◦ green 75 ◦ blue 158

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

Shades of Mulberry #D04B9E

Tints of Mulberry #D04B9E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.01%

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

R = 47.17%
G = 17.01%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D04B9E (or 0xD04B9E) is known color: Mulberry. HEX triplet: D0, 4B and 9E. RGB value is (208,75,158). Sum of RGB (Red+Green+Blue) = 208+75+158=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04B9E is #2FB461. Grayscale: #7C7C7C. Windows color (decimal): -3126370 or 10374096. OLE color: 10374096.

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

Color convert

RGB 208 75 158 -
CMYK 0 0.64 0.24 0.18
HSL 322.56º 0.59% 0.55% -
HSV(B) 322.56º 0.64% 0.82% -
XYZ 34.7 20.91 34.56 -
YUV 124.23 147.06 187.75 -
System Red Green Blue C M Y K H S L
Decimal 208 75 158 0 0.64 0.24 0.18 322.56 0.59 0.55
Hex D0 4B 9E 0 40 18 12 143 3B 37
Octal 320 113 236 0 100 30 22 503 73 67
Binary 11010000 1001011 10011110 0 1000000 11000 10010 101000011 111011 110111

Color Harmonies of #D04B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04B9E

Black with #D04B9E

Text Example


Text Example

White with #D04B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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