#CD5D89

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

Shades of Hopbush #CD5D89

Tints of Hopbush #CD5D89

Color information

#CD5D89 (or 0xCD5D89) is unknown color: approx Hopbush. HEX triplet: CD, 5D and 89. RGB value is (205,93,137). Sum of RGB (Red+Green+Blue) = 205+93+137=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5D89 is #32A276. Grayscale: #838383. Windows color (decimal): -3318391 or 9002445. OLE color: 9002445.

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

Color convert

RGB20593137-
CMYK00.550.330.20
HSL336.43º52.83%58.43%-
HSV(B)336.43º54.63%80.39%-
XYZ33.6122.6126.26-
YUV131.5131.11180.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.13%
GREEN value IS 93 (36.72% from 255) = 21.38%
BLUE value IS 137 (53.91% from 255) = 31.49%
R=47.13%
G=21.38%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059313700.550.330.20336.4352.8358.43
HexCD5D890372114150353a
Octal31513521106741245206572
Binary11001101101110110001001011011110000110100101010000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5D89; }

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

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

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

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

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

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

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

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