Html Css Color HEX #D04BA7 Mulberry

📋 copy color: '#D04BA7'

red 208 ◦ green 75 ◦ blue 167

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

Shades of Mulberry #D04BA7

Tints of Mulberry #D04BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.11%

R = 46.22%
G = 16.67%
B = 37.11%

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

#D04BA7 (or 0xD04BA7) is known color: Mulberry. HEX triplet: D0, 4B and A7. RGB value is (208,75,167). Sum of RGB (Red+Green+Blue) = 208+75+167=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 167 (65.62% from 255 or 37.11% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D04BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04BA7 is #2FB458. Grayscale: #7D7D7D. Windows color (decimal): -3126361 or 10963920. OLE color: 10963920.

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

Color convert

RGB 208 75 167 -
CMYK 0 0.64 0.20 0.18
HSL 318.5º 0.59% 0.55% -
HSV(B) 318.5º 0.64% 0.82% -
XYZ 35.5 21.23 38.79 -
YUV 125.26 151.56 187.02 -
System Red Green Blue C M Y K H S L
Decimal 208 75 167 0 0.64 0.20 0.18 318.5 0.59 0.55
Hex D0 4B A7 0 40 14 12 13E 3B 37
Octal 320 113 247 0 100 24 22 476 73 67
Binary 11010000 1001011 10100111 0 1000000 10100 10010 100111110 111011 110111

Color Harmonies of #D04BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04BA7

Black with #D04BA7

Text Example


Text Example

White with #D04BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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