Html Css Color HEX #D04BA3 Mulberry

📋 copy color: '#D04BA3'

red 208 ◦ green 75 ◦ blue 163

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

Shades of Mulberry #D04BA3

Tints of Mulberry #D04BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 36.55%

R = 46.64%
G = 16.82%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D04BA3 (or 0xD04BA3) is known color: Mulberry. HEX triplet: D0, 4B and A3. RGB value is (208,75,163). Sum of RGB (Red+Green+Blue) = 208+75+163=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D04BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04BA3 is #2FB45C. Grayscale: #7C7C7C. Windows color (decimal): -3126365 or 10701776. OLE color: 10701776.

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

Color convert

RGB 208 75 163 -
CMYK 0 0.64 0.22 0.18
HSL 320.3º 0.59% 0.55% -
HSV(B) 320.3º 0.64% 0.82% -
XYZ 35.14 21.09 36.87 -
YUV 124.8 149.56 187.34 -
System Red Green Blue C M Y K H S L
Decimal 208 75 163 0 0.64 0.22 0.18 320.3 0.59 0.55
Hex D0 4B A3 0 40 16 12 140 3B 37
Octal 320 113 243 0 100 26 22 500 73 67
Binary 11010000 1001011 10100011 0 1000000 10110 10010 101000000 111011 110111

Color Harmonies of #D04BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04BA3

Black with #D04BA3

Text Example


Text Example

White with #D04BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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