#CD4D8D

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

Shades of Mulberry #CD4D8D

Tints of Mulberry #CD4D8D

Color information

#CD4D8D (or 0xCD4D8D) is unknown color: approx Mulberry. HEX triplet: CD, 4D and 8D. RGB value is (205,77,141). Sum of RGB (Red+Green+Blue) = 205+77+141=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD4D8D is #32B272. Grayscale: #7A7A7A. Windows color (decimal): -3322483 or 9260493. OLE color: 9260493.

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

Color convert

RGB20577141-
CMYK00.620.310.20
HSL330º56.14%55.29%-
HSV(B)330º62.44%80.39%-
XYZ32.6420.2127.38-
YUV122.57138.41186.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.46%
GREEN value IS 77 (30.47% from 255) = 18.20%
BLUE value IS 141 (55.47% from 255) = 33.33%
R=48.46%
G=18.20%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057714100.620.310.2033056.1455.29
HexCD4D8D03E1F1414a3837
Octal31511521507637245127067
Binary1100110110011011000110101111101111110100101001010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4D8D; }

 p { color: rgb(205,77,141); }

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

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

 a { background-color: rgb(205,77,141); }

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

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

 span { border-color: rgb(205,77,141); }

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