#D58CC0

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

Shades of Shocking #D58CC0

Tints of Shocking #D58CC0

Color information

#D58CC0 (or 0xD58CC0) is unknown color: approx Shocking. HEX triplet: D5, 8C and C0. RGB value is (213,140,192). Sum of RGB (Red+Green+Blue) = 213+140+192=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CC0 is #2A733F. Grayscale: #A7A7A7. Windows color (decimal): -2782016 or 12618965. OLE color: 12618965.

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

Color convert

RGB213140192-
CMYK00.340.100.16
HSL317.26º46.5%69.22%-
HSV(B)317.26º34.27%83.53%-
XYZ46.3336.7154.51-
YUV167.76141.68160.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 140 (55.08% from 255) = 25.69%
BLUE value IS 192 (75.39% from 255) = 35.23%
R=39.08%
G=25.69%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314019200.340.100.16317.2646.569.22
HexD58CC0022A1013d2e45
Octal325214300042122047556105
Binary11010101100011001100000001000101010100001001111011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58CC0; }

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

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

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

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

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

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

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

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