Html Css Color HEX #D04BA6 Mulberry

📋 copy color: '#D04BA6'

red 208 ◦ green 75 ◦ blue 166

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

Shades of Mulberry #D04BA6

Tints of Mulberry #D04BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.97%

R = 46.33%
G = 16.7%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D04BA6 (or 0xD04BA6) is known color: Mulberry. HEX triplet: D0, 4B and A6. RGB value is (208,75,166). Sum of RGB (Red+Green+Blue) = 208+75+166=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D04BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04BA6 is #2FB459. Grayscale: #7C7C7C. Windows color (decimal): -3126362 or 10898384. OLE color: 10898384.

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

Color convert

RGB 208 75 166 -
CMYK 0 0.64 0.20 0.18
HSL 318.95º 0.59% 0.55% -
HSV(B) 318.95º 0.64% 0.82% -
XYZ 35.41 21.2 38.3 -
YUV 125.14 151.06 187.1 -
System Red Green Blue C M Y K H S L
Decimal 208 75 166 0 0.64 0.20 0.18 318.95 0.59 0.55
Hex D0 4B A6 0 40 14 12 13F 3B 37
Octal 320 113 246 0 100 24 22 477 73 67
Binary 11010000 1001011 10100110 0 1000000 10100 10010 100111111 111011 110111

Color Harmonies of #D04BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04BA6

Black with #D04BA6

Text Example


Text Example

White with #D04BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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