#D688BC

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

Shades of Shocking #D688BC

Tints of Shocking #D688BC

Color information

#D688BC (or 0xD688BC) is unknown color: approx Shocking. HEX triplet: D6, 88 and BC. RGB value is (214,136,188). Sum of RGB (Red+Green+Blue) = 214+136+188=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D688BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688BC is #297743. Grayscale: #A5A5A5. Windows color (decimal): -2717508 or 12355798. OLE color: 12355798.

HSL color Cylindrical-coordinate representation of color #D688BC: hue angle of 320º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D688BC is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB214136188-
CMYK00.360.120.16
HSL320º48.75%68.63%-
HSV(B)320º36.45%83.92%-
XYZ45.6135.5452.03-
YUV165.25140.84162.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.78%
GREEN value IS 136 (53.52% from 255) = 25.28%
BLUE value IS 188 (73.83% from 255) = 34.94%
R=39.78%
G=25.28%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413618800.360.120.1632048.7568.63
HexD688BC024C101403145
Octal326210274044142050061105
Binary11010110100010001011110001001001100100001010000001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D688BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D688BC; }

 p { color: rgb(214,136,188); }

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

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

 a { background-color: rgb(214,136,188); }

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

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

 span { border-color: rgb(214,136,188); }

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