Html Css Color HEX #D04BA1 Mulberry

📋 copy color: '#D04BA1'

red 208 ◦ green 75 ◦ blue 161

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

Shades of Mulberry #D04BA1

Tints of Mulberry #D04BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.26%

R = 46.85%
G = 16.89%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D04BA1 (or 0xD04BA1) is known color: Mulberry. HEX triplet: D0, 4B and A1. RGB value is (208,75,161). Sum of RGB (Red+Green+Blue) = 208+75+161=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 75 (29.69% from 255 or 16.89% from 444); Blue value is 161 (63.28% from 255 or 36.26% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D04BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04BA1 is #2FB45E. Grayscale: #7C7C7C. Windows color (decimal): -3126367 or 10570704. OLE color: 10570704.

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

Color convert

RGB 208 75 161 -
CMYK 0 0.64 0.23 0.18
HSL 321.2º 0.59% 0.55% -
HSV(B) 321.2º 0.64% 0.82% -
XYZ 34.96 21.02 35.93 -
YUV 124.57 148.56 187.51 -
System Red Green Blue C M Y K H S L
Decimal 208 75 161 0 0.64 0.23 0.18 321.2 0.59 0.55
Hex D0 4B A1 0 40 17 12 141 3B 37
Octal 320 113 241 0 100 27 22 501 73 67
Binary 11010000 1001011 10100001 0 1000000 10111 10010 101000001 111011 110111

Color Harmonies of #D04BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04BA1

Black with #D04BA1

Text Example


Text Example

White with #D04BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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