#D688B7

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

Shades of Shocking #D688B7

Tints of Shocking #D688B7

Color information

#D688B7 (or 0xD688B7) is unknown color: approx Shocking. HEX triplet: D6, 88 and B7. RGB value is (214,136,183). Sum of RGB (Red+Green+Blue) = 214+136+183=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D688B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688B7 is #297748. Grayscale: #A4A4A4. Windows color (decimal): -2717513 or 12028118. OLE color: 12028118.

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

Color convert

RGB214136183-
CMYK00.360.140.16
HSL323.85º48.75%68.63%-
HSV(B)323.85º36.45%83.92%-
XYZ45.0835.3249.24-
YUV164.68138.34163.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.15%
GREEN value IS 136 (53.52% from 255) = 25.52%
BLUE value IS 183 (71.88% from 255) = 34.33%
R=40.15%
G=25.52%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413618300.360.140.16323.8548.7568.63
HexD688B7024E101443145
Octal326210267044162050461105
Binary11010110100010001011011101001001110100001010001001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D688B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D688B7; }

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

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

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

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

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

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

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

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