#D592B6

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

Shades of Shocking #D592B6

Tints of Shocking #D592B6

Color information

#D592B6 (or 0xD592B6) is unknown color: approx Shocking. HEX triplet: D5, 92 and B6. RGB value is (213,146,182). Sum of RGB (Red+Green+Blue) = 213+146+182=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 182 (71.48% from 255 or 33.64% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D592B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D592B6 is #2A6D49. Grayscale: #AAAAAA. Windows color (decimal): -2780490 or 11965141. OLE color: 11965141.

HSL color Cylindrical-coordinate representation of color #D592B6: hue angle of 327.76º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D592B6 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB213146182-
CMYK00.310.150.16
HSL327.76º44.37%70.39%-
HSV(B)327.76º31.46%83.53%-
XYZ46.1638.0849.17-
YUV170.14134.7158.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.37%
GREEN value IS 146 (57.42% from 255) = 26.99%
BLUE value IS 182 (71.48% from 255) = 33.64%
R=39.37%
G=26.99%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314618200.310.150.16327.7644.3770.39
HexD592B601FF101482c46
Octal325222266037172051054106
Binary1101010110010010101101100111111111100001010010001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D592B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D592B6; }

 p { color: rgb(213,146,182); }

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

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

 a { background-color: rgb(213,146,182); }

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

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

 span { border-color: rgb(213,146,182); }

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