#D688B5

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

Shades of Shocking #D688B5

Tints of Shocking #D688B5

Color information

#D688B5 (or 0xD688B5) is unknown color: approx Shocking. HEX triplet: D6, 88 and B5. RGB value is (214,136,181). Sum of RGB (Red+Green+Blue) = 214+136+181=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D688B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688B5 is #29774A. Grayscale: #A4A4A4. Windows color (decimal): -2717515 or 11897046. OLE color: 11897046.

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

Color convert

RGB214136181-
CMYK00.360.150.16
HSL325.38º48.75%68.63%-
HSV(B)325.38º36.45%83.92%-
XYZ44.8835.2448.15-
YUV164.45137.34163.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.30%
GREEN value IS 136 (53.52% from 255) = 25.61%
BLUE value IS 181 (71.09% from 255) = 34.09%
R=40.30%
G=25.61%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413618100.360.150.16325.3848.7568.63
HexD688B5024F101453145
Octal326210265044172050561105
Binary11010110100010001011010101001001111100001010001011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D688B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D688B5; }

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

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

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

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

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

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

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

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