#D790BC

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

Shades of Shocking #D790BC

Tints of Shocking #D790BC

Color information

#D790BC (or 0xD790BC) is unknown color: approx Shocking. HEX triplet: D7, 90 and BC. RGB value is (215,144,188). Sum of RGB (Red+Green+Blue) = 215+144+188=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D790BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790BC is #286F43. Grayscale: #AAAAAA. Windows color (decimal): -2649924 or 12357847. OLE color: 12357847.

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

Color convert

RGB215144188-
CMYK00.330.130.16
HSL322.82º47.02%70.39%-
HSV(B)322.82º33.02%84.31%-
XYZ47.0738.0252.44-
YUV170.24138.02159.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.31%
GREEN value IS 144 (56.64% from 255) = 26.33%
BLUE value IS 188 (73.83% from 255) = 34.37%
R=39.31%
G=26.33%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514418800.330.130.16322.8247.0270.39
HexD790BC021D101432f46
Octal327220274041152050357106
Binary11010111100100001011110001000011101100001010000111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D790BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D790BC; }

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

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

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

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

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

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

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

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