Html Css Color HEX #D04BAB Mulberry

📋 copy color: '#D04BAB'

red 208 ◦ green 75 ◦ blue 171

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

Shades of Mulberry #D04BAB

Tints of Mulberry #D04BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.67%

R = 45.81%
G = 16.52%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D04BAB (or 0xD04BAB) is known color: Mulberry. HEX triplet: D0, 4B and AB. RGB value is (208,75,171). Sum of RGB (Red+Green+Blue) = 208+75+171=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D04BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04BAB is #2FB454. Grayscale: #7D7D7D. Windows color (decimal): -3126357 or 11226064. OLE color: 11226064.

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

Color convert

RGB 208 75 171 -
CMYK 0 0.64 0.18 0.18
HSL 316.69º 0.59% 0.55% -
HSV(B) 316.69º 0.64% 0.82% -
XYZ 35.88 21.38 40.76 -
YUV 125.71 153.56 186.69 -
System Red Green Blue C M Y K H S L
Decimal 208 75 171 0 0.64 0.18 0.18 316.69 0.59 0.55
Hex D0 4B AB 0 40 12 12 13D 3B 37
Octal 320 113 253 0 100 22 22 475 73 67
Binary 11010000 1001011 10101011 0 1000000 10010 10010 100111101 111011 110111

Color Harmonies of #D04BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04BAB

Black with #D04BAB

Text Example


Text Example

White with #D04BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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