Html Css Color HEX #D04BA5 Mulberry

📋 copy color: '#D04BA5'

red 208 ◦ green 75 ◦ blue 165

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

Shades of Mulberry #D04BA5

Tints of Mulberry #D04BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.83%

R = 46.43%
G = 16.74%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D04BA5 (or 0xD04BA5) is known color: Mulberry. HEX triplet: D0, 4B and A5. RGB value is (208,75,165). Sum of RGB (Red+Green+Blue) = 208+75+165=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D04BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04BA5 is #2FB45A. Grayscale: #7C7C7C. Windows color (decimal): -3126363 or 10832848. OLE color: 10832848.

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

Color convert

RGB 208 75 165 -
CMYK 0 0.64 0.21 0.18
HSL 319.4º 0.59% 0.55% -
HSV(B) 319.4º 0.64% 0.82% -
XYZ 35.32 21.16 37.82 -
YUV 125.03 150.56 187.18 -
System Red Green Blue C M Y K H S L
Decimal 208 75 165 0 0.64 0.21 0.18 319.4 0.59 0.55
Hex D0 4B A5 0 40 15 12 13F 3B 37
Octal 320 113 245 0 100 25 22 477 73 67
Binary 11010000 1001011 10100101 0 1000000 10101 10010 100111111 111011 110111

Color Harmonies of #D04BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04BA5

Black with #D04BA5

Text Example


Text Example

White with #D04BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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