Html Css Color HEX #D04C8E Mulberry

📋 copy color: '#D04C8E'

red 208 ◦ green 76 ◦ blue 142

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

Shades of Mulberry #D04C8E

Tints of Mulberry #D04C8E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.84%

 BLUE value IS 142 (55.86% from 255) = 33.33%

R = 48.83%
G = 17.84%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D04C8E (or 0xD04C8E) is known color: Mulberry. HEX triplet: D0, 4C and 8E. RGB value is (208,76,142). Sum of RGB (Red+Green+Blue) = 208+76+142=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04C8E is #2FB371. Grayscale: #7A7A7A. Windows color (decimal): -3126130 or 9325776. OLE color: 9325776.

HSL color Cylindrical-coordinate representation of color #D04C8E: hue angle of 330º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04C8E is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 76 142 -
CMYK 0 0.63 0.32 0.18
HSL 330º 0.58% 0.56% -
HSV(B) 330º 0.63% 0.82% -
XYZ 33.48 20.53 27.79 -
YUV 122.99 138.73 188.63 -
System Red Green Blue C M Y K H S L
Decimal 208 76 142 0 0.63 0.32 0.18 330 0.58 0.56
Hex D0 4C 8E 0 3F 20 12 14A 3A 38
Octal 320 114 216 0 77 40 22 512 72 70
Binary 11010000 1001100 10001110 0 111111 100000 10010 101001010 111010 111000

Color Harmonies of #D04C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C8E

Black with #D04C8E

Text Example


Text Example

White with #D04C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C8E; }

 p { color: rgb(208,76,142); }

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

background-color css

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

 a { background-color: rgb(208,76,142); }

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

border-color css

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

 span { border-color: rgb(208,76,142); }

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