#cd4184

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

Shades of Mulberry #CD4184

Tints of Mulberry #CD4184

Color information

#CD4184 (or 0xCD4184) is unknown color: approx Mulberry. HEX triplet: CD, 41 and 84. RGB value is (205,65,132). Sum of RGB (Red+Green+Blue) = 205+65+132=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4184 is #32BE7B. Grayscale: #727272. Windows color (decimal): -3325564 or 8667597. OLE color: 8667597.

HSL color Cylindrical-coordinate representation of color #CD4184: hue angle of 331.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD4184 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB20565132-
CMYK00.680.360.20
HSL331.29º58.33%52.94%-
HSV(B)331.29º68.29%80.39%-
XYZ31.2318.4323.74-
YUV114.5137.88192.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.00%
GREEN value IS 65 (25.78% from 255) = 16.17%
BLUE value IS 132 (51.95% from 255) = 32.84%
R=51.00%
G=16.17%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056513200.680.360.20331.2958.3352.94
HexCD4184044241414b3a35
Octal315101204010444245137265
Binary110011011000001100001000100010010010010100101001011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd4184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd4184; }

 p { color: rgb(205,65,132); }

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

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

 a { background-color: rgb(205,65,132); }

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

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

 span { border-color: rgb(205,65,132); }

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