#D58CC2

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

Shades of Shocking #D58CC2

Tints of Shocking #D58CC2

Color information

#D58CC2 (or 0xD58CC2) is unknown color: approx Shocking. HEX triplet: D5, 8C and C2. RGB value is (213,140,194). Sum of RGB (Red+Green+Blue) = 213+140+194=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CC2 is #2A733D. Grayscale: #A7A7A7. Windows color (decimal): -2782014 or 12750037. OLE color: 12750037.

HSL color Cylindrical-coordinate representation of color #D58CC2: hue angle of 315.62º 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 #D58CC2 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB213140194-
CMYK00.340.090.16
HSL315.62º46.5%69.22%-
HSV(B)315.62º34.27%83.53%-
XYZ46.5636.855.69-
YUV167.98142.68160.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.94%
GREEN value IS 140 (55.08% from 255) = 25.59%
BLUE value IS 194 (76.17% from 255) = 35.47%
R=38.94%
G=25.59%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314019400.340.090.16315.6246.569.22
HexD58CC202291013c2e45
Octal325214302042112047456105
Binary11010101100011001100001001000101001100001001111001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58CC2; }

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

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

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

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

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

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

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

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