#CD4B9D

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

Shades of Mulberry #CD4B9D

Tints of Mulberry #CD4B9D

Color information

#CD4B9D (or 0xCD4B9D) is unknown color: approx Mulberry. HEX triplet: CD, 4B and 9D. RGB value is (205,75,157). Sum of RGB (Red+Green+Blue) = 205+75+157=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4B9D is #32B462. Grayscale: #7B7B7B. Windows color (decimal): -3322979 or 10308557. OLE color: 10308557.

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

Color convert

RGB20575157-
CMYK00.630.230.20
HSL322.15º56.52%54.9%-
HSV(B)322.15º63.41%80.39%-
XYZ33.7820.4534.06-
YUV123.22147.07186.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.91%
GREEN value IS 75 (29.69% from 255) = 17.16%
BLUE value IS 157 (61.72% from 255) = 35.93%
R=46.91%
G=17.16%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057515700.630.230.20322.1556.5254.9
HexCD4B9D03F17141423937
Octal31511323507727245027167
Binary1100110110010111001110101111111011110100101000010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4B9D; }

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

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

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

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

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

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

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

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