#CD5D8F

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

Shades of Hopbush #CD5D8F

Tints of Hopbush #CD5D8F

Color information

#CD5D8F (or 0xCD5D8F) is unknown color: approx Hopbush. HEX triplet: CD, 5D and 8F. RGB value is (205,93,143). Sum of RGB (Red+Green+Blue) = 205+93+143=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5D8F is #32A270. Grayscale: #848484. Windows color (decimal): -3318385 or 9395661. OLE color: 9395661.

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

Color convert

RGB20593143-
CMYK00.550.300.20
HSL333.21º52.83%58.43%-
HSV(B)333.21º54.63%80.39%-
XYZ34.0522.7928.59-
YUV132.19134.11179.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.49%
GREEN value IS 93 (36.72% from 255) = 21.09%
BLUE value IS 143 (56.25% from 255) = 32.43%
R=46.49%
G=21.09%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059314300.550.300.20333.2152.8358.43
HexCD5D8F0371E1414d353a
Octal31513521706736245156572
Binary1100110110111011000111101101111111010100101001101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5D8F; }

 p { color: rgb(205,93,143); }

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

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

 a { background-color: rgb(205,93,143); }

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

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

 span { border-color: rgb(205,93,143); }

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