#D780B6

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

Shades of Shocking #D780B6

Tints of Shocking #D780B6

Color information

#D780B6 (or 0xD780B6) is unknown color: approx Shocking. HEX triplet: D7, 80 and B6. RGB value is (215,128,182). Sum of RGB (Red+Green+Blue) = 215+128+182=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D780B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D780B6 is #287F49. Grayscale: #A0A0A0. Windows color (decimal): -2654026 or 11960535. OLE color: 11960535.

HSL color Cylindrical-coordinate representation of color #D780B6: hue angle of 322.76º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D780B6 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB215128182-
CMYK00.400.150.16
HSL322.76º52.1%67.25%-
HSV(B)322.76º40.47%84.31%-
XYZ44.1933.2648.35-
YUV160.17140.32167.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.95%
GREEN value IS 128 (50.39% from 255) = 24.38%
BLUE value IS 182 (71.48% from 255) = 34.67%
R=40.95%
G=24.38%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512818200.400.150.16322.7652.167.25
HexD780B6028F101433443
Octal327200266050172050364103
Binary11010111100000001011011001010001111100001010000111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D780B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D780B6; }

 p { color: rgb(215,128,182); }

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

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

 a { background-color: rgb(215,128,182); }

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

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

 span { border-color: rgb(215,128,182); }

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