#CD5398

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

Shades of Mulberry #CD5398

Tints of Mulberry #CD5398

Color information

#CD5398 (or 0xCD5398) is unknown color: approx Mulberry. HEX triplet: CD, 53 and 98. RGB value is (205,83,152). Sum of RGB (Red+Green+Blue) = 205+83+152=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5398 is #32AC67. Grayscale: #7F7F7F. Windows color (decimal): -3320936 or 9982925. OLE color: 9982925.

HSL color Cylindrical-coordinate representation of color #CD5398: hue angle of 326.07º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD5398 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB20583152-
CMYK00.600.260.20
HSL326.07º54.95%56.47%-
HSV(B)326.07º59.51%80.39%-
XYZ33.9421.4332.05-
YUV127.34141.92183.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.59%
GREEN value IS 83 (32.81% from 255) = 18.86%
BLUE value IS 152 (59.77% from 255) = 34.55%
R=46.59%
G=18.86%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058315200.600.260.20326.0754.9556.47
HexCD539803C1A141463738
Octal31512323007432245066770
Binary1100110110100111001100001111001101010100101000110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5398; }

 p { color: rgb(205,83,152); }

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

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

 a { background-color: rgb(205,83,152); }

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

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

 span { border-color: rgb(205,83,152); }

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