Html Css Color HEX #D04CA0 Mulberry

📋 copy color: '#D04CA0'

red 208 ◦ green 76 ◦ blue 160

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

Shades of Mulberry #D04CA0

Tints of Mulberry #D04CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.04%

R = 46.85%
G = 17.12%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D04CA0 (or 0xD04CA0) is known color: Mulberry. HEX triplet: D0, 4C and A0. RGB value is (208,76,160). Sum of RGB (Red+Green+Blue) = 208+76+160=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04CA0 is #2FB35F. Grayscale: #7C7C7C. Windows color (decimal): -3126112 or 10505424. OLE color: 10505424.

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

Color convert

RGB 208 76 160 -
CMYK 0 0.63 0.23 0.18
HSL 321.82º 0.58% 0.56% -
HSV(B) 321.82º 0.63% 0.82% -
XYZ 34.94 21.12 35.49 -
YUV 125.04 147.73 187.17 -
System Red Green Blue C M Y K H S L
Decimal 208 76 160 0 0.63 0.23 0.18 321.82 0.58 0.56
Hex D0 4C A0 0 3F 17 12 142 3A 38
Octal 320 114 240 0 77 27 22 502 72 70
Binary 11010000 1001100 10100000 0 111111 10111 10010 101000010 111010 111000

Color Harmonies of #D04CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04CA0

Black with #D04CA0

Text Example


Text Example

White with #D04CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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