Html Css Color HEX #D04CA8 Mulberry

📋 copy color: '#D04CA8'

red 208 ◦ green 76 ◦ blue 168

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

Shades of Mulberry #D04CA8

Tints of Mulberry #D04CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.17%

R = 46.02%
G = 16.81%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D04CA8 (or 0xD04CA8) is known color: Mulberry. HEX triplet: D0, 4C and A8. RGB value is (208,76,168). Sum of RGB (Red+Green+Blue) = 208+76+168=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04CA8 is #2FB357. Grayscale: #7D7D7D. Windows color (decimal): -3126104 or 11029712. OLE color: 11029712.

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

Color convert

RGB 208 76 168 -
CMYK 0 0.63 0.19 0.18
HSL 318.18º 0.58% 0.56% -
HSV(B) 318.18º 0.63% 0.82% -
XYZ 35.66 21.41 39.3 -
YUV 125.96 151.73 186.52 -
System Red Green Blue C M Y K H S L
Decimal 208 76 168 0 0.63 0.19 0.18 318.18 0.58 0.56
Hex D0 4C A8 0 3F 13 12 13E 3A 38
Octal 320 114 250 0 77 23 22 476 72 70
Binary 11010000 1001100 10101000 0 111111 10011 10010 100111110 111010 111000

Color Harmonies of #D04CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04CA8

Black with #D04CA8

Text Example


Text Example

White with #D04CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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