#D589C0

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

Shades of Shocking #D589C0

Tints of Shocking #D589C0

Color information

#D589C0 (or 0xD589C0) is unknown color: approx Shocking. HEX triplet: D5, 89 and C0. RGB value is (213,137,192). Sum of RGB (Red+Green+Blue) = 213+137+192=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D589C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D589C0 is #2A763F. Grayscale: #A5A5A5. Windows color (decimal): -2782784 or 12618197. OLE color: 12618197.

HSL color Cylindrical-coordinate representation of color #D589C0: hue angle of 316.58º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D589C0 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB213137192-
CMYK00.360.100.16
HSL316.58º47.5%68.63%-
HSV(B)316.58º35.68%83.53%-
XYZ45.935.8454.37-
YUV165.99142.68161.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.30%
GREEN value IS 137 (53.91% from 255) = 25.28%
BLUE value IS 192 (75.39% from 255) = 35.42%
R=39.30%
G=25.28%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313719200.360.100.16316.5847.568.63
HexD589C0024A1013d3045
Octal325211300044122047560105
Binary11010101100010011100000001001001010100001001111011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D589C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D589C0; }

 p { color: rgb(213,137,192); }

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

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

 a { background-color: rgb(213,137,192); }

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

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

 span { border-color: rgb(213,137,192); }

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