#CD39A8

Color #CD39A8 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #CD39A8

Tints of Mulberry #CD39A8

Color information

#CD39A8 (or 0xCD39A8) is unknown color: approx Mulberry. HEX triplet: CD, 39 and A8. RGB value is (205,57,168). Sum of RGB (Red+Green+Blue) = 205+57+168=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD39A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD39A8 is #32C657. Grayscale: #717171. Windows color (decimal): -3327576 or 11024845. OLE color: 11024845.

HSL color Cylindrical-coordinate representation of color #CD39A8: hue angle of 315º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD39A8 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB20557168-
CMYK00.720.180.20
HSL315º59.68%51.37%-
HSV(B)315º72.2%80.39%-
XYZ33.7118.7338.88-
YUV113.91158.53192.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 57 (22.66% from 255) = 13.26%
BLUE value IS 168 (66.02% from 255) = 39.07%
R=47.67%
G=13.26%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055716800.720.180.2031559.6851.37
HexCD39A8048121413b3c33
Octal31571250011022244737463
Binary1100110111100110101000010010001001010100100111011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD39A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD39A8; }

 p { color: rgb(205,57,168); }

 H1.HeaderClassName
 {
   color: #CD39A8;
 }
 .AnyTagClassName
 {
   color: #CD39A8;
 }
</style>
background-color css

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

 a { background-color: rgb(205,57,168); }

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

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

 span { border-color: rgb(205,57,168); }

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