#D790BA

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

Shades of Shocking #D790BA

Tints of Shocking #D790BA

Color information

#D790BA (or 0xD790BA) is unknown color: approx Shocking. HEX triplet: D7, 90 and BA. RGB value is (215,144,186). Sum of RGB (Red+Green+Blue) = 215+144+186=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D790BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790BA is #286F45. Grayscale: #A9A9A9. Windows color (decimal): -2649926 or 12226775. OLE color: 12226775.

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

Color convert

RGB215144186-
CMYK00.330.130.16
HSL324.51º47.02%70.39%-
HSV(B)324.51º33.02%84.31%-
XYZ46.8637.9451.31-
YUV170.02137.02160.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.45%
GREEN value IS 144 (56.64% from 255) = 26.42%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=39.45%
G=26.42%
B=34.13%

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
Decimal21514418600.330.130.16324.5147.0270.39
HexD790BA021D101452f46
Octal327220272041152050557106
Binary11010111100100001011101001000011101100001010001011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D790BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D790BA; }

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

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

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

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

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

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

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

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