#D592BE

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

Shades of Shocking #D592BE

Tints of Shocking #D592BE

Color information

#D592BE (or 0xD592BE) is unknown color: approx Shocking. HEX triplet: D5, 92 and BE. RGB value is (213,146,190). Sum of RGB (Red+Green+Blue) = 213+146+190=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D592BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D592BE is #2A6D41. Grayscale: #AAAAAA. Windows color (decimal): -2780482 or 12489429. OLE color: 12489429.

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

Color convert

RGB213146190-
CMYK00.310.110.16
HSL320.6º44.37%70.39%-
HSV(B)320.6º31.46%83.53%-
XYZ47.0138.4253.65-
YUV171.05138.7157.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.80%
GREEN value IS 146 (57.42% from 255) = 26.59%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=38.80%
G=26.59%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314619000.310.110.16320.644.3770.39
HexD592BE01FB101412c46
Octal325222276037132050154106
Binary1101010110010010101111100111111011100001010000011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D592BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D592BE; }

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

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

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

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

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

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

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

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