#CD3E97

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

Shades of Mulberry #CD3E97

Tints of Mulberry #CD3E97

Color information

#CD3E97 (or 0xCD3E97) is unknown color: approx Mulberry. HEX triplet: CD, 3E and 97. RGB value is (205,62,151). Sum of RGB (Red+Green+Blue) = 205+62+151=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 62 (24.61% from 255 or 14.83% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3E97 is #32C168. Grayscale: #727272. Windows color (decimal): -3326313 or 9912013. OLE color: 9912013.

HSL color Cylindrical-coordinate representation of color #CD3E97: hue angle of 322.66º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD3E97 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB20562151-
CMYK00.700.260.20
HSL322.66º58.85%52.35%-
HSV(B)322.66º69.76%80.39%-
XYZ32.4918.6631.17-
YUV114.9148.38192.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.04%
GREEN value IS 62 (24.61% from 255) = 14.83%
BLUE value IS 151 (59.38% from 255) = 36.12%
R=49.04%
G=14.83%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056215100.700.260.20322.6658.8552.35
HexCD3E970461A141433b34
Octal31576227010632245037364
Binary1100110111111010010111010001101101010100101000011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3E97; }

 p { color: rgb(205,62,151); }

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

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

 a { background-color: rgb(205,62,151); }

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

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

 span { border-color: rgb(205,62,151); }

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