#D790C1

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

Shades of Shocking #D790C1

Tints of Shocking #D790C1

Color information

#D790C1 (or 0xD790C1) is unknown color: approx Shocking. HEX triplet: D7, 90 and C1. RGB value is (215,144,193). Sum of RGB (Red+Green+Blue) = 215+144+193=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D790C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790C1 is #286F3E. Grayscale: #AAAAAA. Windows color (decimal): -2649919 or 12685527. OLE color: 12685527.

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

Color convert

RGB215144193-
CMYK00.330.100.16
HSL318.59º47.02%70.39%-
HSV(B)318.59º33.02%84.31%-
XYZ47.6238.2455.32-
YUV170.82140.52159.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.95%
GREEN value IS 144 (56.64% from 255) = 26.09%
BLUE value IS 193 (75.78% from 255) = 34.96%
R=38.95%
G=26.09%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514419300.330.100.16318.5947.0270.39
HexD790C1021A1013f2f46
Octal327220301041122047757106
Binary11010111100100001100000101000011010100001001111111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D790C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D790C1; }

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

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

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

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

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

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

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

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