#CD4B90

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

Shades of Mulberry #CD4B90

Tints of Mulberry #CD4B90

Color information

#CD4B90 (or 0xCD4B90) is unknown color: approx Mulberry. HEX triplet: CD, 4B and 90. RGB value is (205,75,144). Sum of RGB (Red+Green+Blue) = 205+75+144=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4B90 is #32B46F. Grayscale: #797979. Windows color (decimal): -3322992 or 9456589. OLE color: 9456589.

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

Color convert

RGB20575144-
CMYK00.630.300.20
HSL328.15º56.52%54.9%-
HSV(B)328.15º63.41%80.39%-
XYZ32.7320.0228.53-
YUV121.74140.57187.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.35%
GREEN value IS 75 (29.69% from 255) = 17.69%
BLUE value IS 144 (56.64% from 255) = 33.96%
R=48.35%
G=17.69%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057514400.630.300.20328.1556.5254.9
HexCD4B9003F1E141483937
Octal31511322007736245107167
Binary1100110110010111001000001111111111010100101001000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4B90; }

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

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

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

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

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

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

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

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