#D596C1

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

Shades of Shocking #D596C1

Tints of Shocking #D596C1

Color information

#D596C1 (or 0xD596C1) is unknown color: approx Shocking. HEX triplet: D5, 96 and C1. RGB value is (213,150,193). Sum of RGB (Red+Green+Blue) = 213+150+193=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D596C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596C1 is #2A693E. Grayscale: #ADADAD. Windows color (decimal): -2779455 or 12687061. OLE color: 12687061.

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

Color convert

RGB213150193-
CMYK00.300.090.16
HSL319.05º42.86%71.18%-
HSV(B)319.05º29.58%83.53%-
XYZ47.9739.8155.61-
YUV173.74138.87156-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.31%
GREEN value IS 150 (58.98% from 255) = 26.98%
BLUE value IS 193 (75.78% from 255) = 34.71%
R=38.31%
G=26.98%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315019300.300.090.16319.0542.8671.18
HexD596C101E91013f2b47
Octal325226301036112047753107
Binary1101010110010110110000010111101001100001001111111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D596C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D596C1; }

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

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

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

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

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

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

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

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