#CD4DA2

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

Shades of Mulberry #CD4DA2

Tints of Mulberry #CD4DA2

Color information

#CD4DA2 (or 0xCD4DA2) is unknown color: approx Mulberry. HEX triplet: CD, 4D and A2. RGB value is (205,77,162). Sum of RGB (Red+Green+Blue) = 205+77+162=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD4DA2 is #32B25D. Grayscale: #7C7C7C. Windows color (decimal): -3322462 or 10636749. OLE color: 10636749.

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

Color convert

RGB20577162-
CMYK00.620.210.20
HSL320.16º56.14%55.29%-
HSV(B)320.16º62.44%80.39%-
XYZ34.3520.936.41-
YUV124.96148.91185.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.17%
GREEN value IS 77 (30.47% from 255) = 17.34%
BLUE value IS 162 (63.67% from 255) = 36.49%
R=46.17%
G=17.34%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057716200.620.210.20320.1656.1455.29
HexCD4DA203E15141403837
Octal31511524207625245007067
Binary1100110110011011010001001111101010110100101000000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4DA2; }

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

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

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

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

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

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

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

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