#CD4E8B

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

Shades of Mulberry #CD4E8B

Tints of Mulberry #CD4E8B

Color information

#CD4E8B (or 0xCD4E8B) is unknown color: approx Mulberry. HEX triplet: CD, 4E and 8B. RGB value is (205,78,139). Sum of RGB (Red+Green+Blue) = 205+78+139=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD4E8B is #32B174. Grayscale: #7A7A7A. Windows color (decimal): -3322229 or 9129677. OLE color: 9129677.

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

Color convert

RGB20578139-
CMYK00.620.320.20
HSL331.18º55.95%55.49%-
HSV(B)331.18º61.95%80.39%-
XYZ32.5620.2926.63-
YUV122.93137.08186.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.58%
GREEN value IS 78 (30.86% from 255) = 18.48%
BLUE value IS 139 (54.69% from 255) = 32.94%
R=48.58%
G=18.48%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057813900.620.320.20331.1855.9555.49
HexCD4E8B03E201414b3837
Octal31511621307640245137067
Binary11001101100111010001011011111010000010100101001011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4E8B; }

 p { color: rgb(205,78,139); }

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

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

 a { background-color: rgb(205,78,139); }

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

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

 span { border-color: rgb(205,78,139); }

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