#CD3D9D

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

Shades of Mulberry #CD3D9D

Tints of Mulberry #CD3D9D

Color information

#CD3D9D (or 0xCD3D9D) is unknown color: approx Mulberry. HEX triplet: CD, 3D and 9D. RGB value is (205,61,157). Sum of RGB (Red+Green+Blue) = 205+61+157=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3D9D is #32C262. Grayscale: #727272. Windows color (decimal): -3326563 or 10304973. OLE color: 10304973.

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

Color convert

RGB20561157-
CMYK00.700.230.20
HSL320º59.02%52.16%-
HSV(B)320º70.24%80.39%-
XYZ32.9318.7533.78-
YUV115151.71192.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.46%
GREEN value IS 61 (24.22% from 255) = 14.42%
BLUE value IS 157 (61.72% from 255) = 37.12%
R=48.46%
G=14.42%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056115700.700.230.2032059.0252.16
HexCD3D9D04617141403b34
Octal31575235010627245007364
Binary1100110111110110011101010001101011110100101000000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3D9D; }

 p { color: rgb(205,61,157); }

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

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

 a { background-color: rgb(205,61,157); }

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

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

 span { border-color: rgb(205,61,157); }

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