#D590C1

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

Shades of Shocking #D590C1

Tints of Shocking #D590C1

Color information

#D590C1 (or 0xD590C1) is unknown color: approx Shocking. HEX triplet: D5, 90 and C1. RGB value is (213,144,193). Sum of RGB (Red+Green+Blue) = 213+144+193=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D590C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D590C1 is #2A6F3E. Grayscale: #AAAAAA. Windows color (decimal): -2780991 or 12685525. OLE color: 12685525.

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

Color convert

RGB213144193-
CMYK00.320.090.16
HSL317.39º45.1%70%-
HSV(B)317.39º32.39%83.53%-
XYZ47.0437.9455.3-
YUV170.22140.86158.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.73%
GREEN value IS 144 (56.64% from 255) = 26.18%
BLUE value IS 193 (75.78% from 255) = 35.09%
R=38.73%
G=26.18%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314419300.320.090.16317.3945.170
HexD590C102091013d2d46
Octal325220301040112047555106
Binary11010101100100001100000101000001001100001001111011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D590C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D590C1; }

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

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

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

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

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

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

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

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