#CD4B89

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

Shades of Mulberry #CD4B89

Tints of Mulberry #CD4B89

Color information

#CD4B89 (or 0xCD4B89) is unknown color: approx Mulberry. HEX triplet: CD, 4B and 89. RGB value is (205,75,137). Sum of RGB (Red+Green+Blue) = 205+75+137=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4B89 is #32B476. Grayscale: #787878. Windows color (decimal): -3322999 or 8997837. OLE color: 8997837.

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

Color convert

RGB20575137-
CMYK00.630.330.20
HSL331.38º56.52%54.9%-
HSV(B)331.38º63.41%80.39%-
XYZ32.2119.8225.79-
YUV120.94137.07187.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.16%
GREEN value IS 75 (29.69% from 255) = 17.99%
BLUE value IS 137 (53.91% from 255) = 32.85%
R=49.16%
G=17.99%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057513700.630.330.20331.3856.5254.9
HexCD4B8903F211414b3937
Octal31511321107741245137167
Binary11001101100101110001001011111110000110100101001011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4B89; }

 p { color: rgb(205,75,137); }

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

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

 a { background-color: rgb(205,75,137); }

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

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

 span { border-color: rgb(205,75,137); }

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