#D590C3

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

Shades of Shocking #D590C3

Tints of Shocking #D590C3

Color information

#D590C3 (or 0xD590C3) is unknown color: approx Shocking. HEX triplet: D5, 90 and C3. RGB value is (213,144,195). Sum of RGB (Red+Green+Blue) = 213+144+195=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 195 (76.56% from 255 or 35.33% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D590C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D590C3 is #2A6F3C. Grayscale: #AAAAAA. Windows color (decimal): -2780989 or 12816597. OLE color: 12816597.

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

Color convert

RGB213144195-
CMYK00.320.080.16
HSL315.65º45.1%70%-
HSV(B)315.65º32.39%83.53%-
XYZ47.2638.0356.48-
YUV170.44141.86158.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.59%
GREEN value IS 144 (56.64% from 255) = 26.09%
BLUE value IS 195 (76.56% from 255) = 35.33%
R=38.59%
G=26.09%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314419500.320.080.16315.6545.170
HexD590C302081013c2d46
Octal325220303040102047455106
Binary11010101100100001100001101000001000100001001111001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D590C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D590C3; }

 p { color: rgb(213,144,195); }

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

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

 a { background-color: rgb(213,144,195); }

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

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

 span { border-color: rgb(213,144,195); }

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