Html Css Color HEX #D04B9C Mulberry

📋 copy color: '#D04B9C'

red 208 ◦ green 75 ◦ blue 156

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

Shades of Mulberry #D04B9C

Tints of Mulberry #D04B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.54%

R = 47.38%
G = 17.08%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D04B9C (or 0xD04B9C) is known color: Mulberry. HEX triplet: D0, 4B and 9C. RGB value is (208,75,156). Sum of RGB (Red+Green+Blue) = 208+75+156=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04B9C is #2FB463. Grayscale: #7B7B7B. Windows color (decimal): -3126372 or 10243024. OLE color: 10243024.

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

Color convert

RGB 208 75 156 -
CMYK 0 0.64 0.25 0.18
HSL 323.46º 0.59% 0.55% -
HSV(B) 323.46º 0.64% 0.82% -
XYZ 34.53 20.84 33.66 -
YUV 124 146.06 187.91 -
System Red Green Blue C M Y K H S L
Decimal 208 75 156 0 0.64 0.25 0.18 323.46 0.59 0.55
Hex D0 4B 9C 0 40 19 12 143 3B 37
Octal 320 113 234 0 100 31 22 503 73 67
Binary 11010000 1001011 10011100 0 1000000 11001 10010 101000011 111011 110111

Color Harmonies of #D04B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04B9C

Black with #D04B9C

Text Example


Text Example

White with #D04B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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