#D790BE

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

Shades of Shocking #D790BE

Tints of Shocking #D790BE

Color information

#D790BE (or 0xD790BE) is unknown color: approx Shocking. HEX triplet: D7, 90 and BE. RGB value is (215,144,190). Sum of RGB (Red+Green+Blue) = 215+144+190=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D790BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790BE is #286F41. Grayscale: #AAAAAA. Windows color (decimal): -2649922 or 12488919. OLE color: 12488919.

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

Color convert

RGB215144190-
CMYK00.330.120.16
HSL321.13º47.02%70.39%-
HSV(B)321.13º33.02%84.31%-
XYZ47.2938.1153.58-
YUV170.47139.02159.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.16%
GREEN value IS 144 (56.64% from 255) = 26.23%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=39.16%
G=26.23%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514419000.330.120.16321.1347.0270.39
HexD790BE021C101412f46
Octal327220276041142050157106
Binary11010111100100001011111001000011100100001010000011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D790BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D790BE; }

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

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

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

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

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

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

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

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