#D790BB

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

Shades of Shocking #D790BB

Tints of Shocking #D790BB

Color information

#D790BB (or 0xD790BB) is unknown color: approx Shocking. HEX triplet: D7, 90 and BB. RGB value is (215,144,187). Sum of RGB (Red+Green+Blue) = 215+144+187=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D790BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790BB is #286F44. Grayscale: #AAAAAA. Windows color (decimal): -2649925 or 12292311. OLE color: 12292311.

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

Color convert

RGB215144187-
CMYK00.330.130.16
HSL323.66º47.02%70.39%-
HSV(B)323.66º33.02%84.31%-
XYZ46.9737.9851.87-
YUV170.13137.52160-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.38%
GREEN value IS 144 (56.64% from 255) = 26.37%
BLUE value IS 187 (73.44% from 255) = 34.25%
R=39.38%
G=26.37%
B=34.25%

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
Decimal21514418700.330.130.16323.6647.0270.39
HexD790BB021D101442f46
Octal327220273041152050457106
Binary11010111100100001011101101000011101100001010001001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D790BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D790BB; }

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

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

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

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

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

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

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

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