#D596C0

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

Shades of Shocking #D596C0

Tints of Shocking #D596C0

Color information

#D596C0 (or 0xD596C0) is unknown color: approx Shocking. HEX triplet: D5, 96 and C0. RGB value is (213,150,192). Sum of RGB (Red+Green+Blue) = 213+150+192=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D596C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596C0 is #2A693F. Grayscale: #ADADAD. Windows color (decimal): -2779456 or 12621525. OLE color: 12621525.

HSL color Cylindrical-coordinate representation of color #D596C0: hue angle of 320º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D596C0 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB213150192-
CMYK00.300.100.16
HSL320º42.86%71.18%-
HSV(B)320º29.58%83.53%-
XYZ47.8639.7655.02-
YUV173.62138.37156.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.38%
GREEN value IS 150 (58.98% from 255) = 27.03%
BLUE value IS 192 (75.39% from 255) = 34.59%
R=38.38%
G=27.03%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315019200.300.100.1632042.8671.18
HexD596C001EA101402b47
Octal325226300036122050053107
Binary1101010110010110110000000111101010100001010000001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D596C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D596C0; }

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

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

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

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

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

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

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

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