#D688BA

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

Shades of Shocking #D688BA

Tints of Shocking #D688BA

Color information

#D688BA (or 0xD688BA) is unknown color: approx Shocking. HEX triplet: D6, 88 and BA. RGB value is (214,136,186). Sum of RGB (Red+Green+Blue) = 214+136+186=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D688BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688BA is #297745. Grayscale: #A4A4A4. Windows color (decimal): -2717510 or 12224726. OLE color: 12224726.

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

Color convert

RGB214136186-
CMYK00.360.130.16
HSL321.54º48.75%68.63%-
HSV(B)321.54º36.45%83.92%-
XYZ45.435.4550.9-
YUV165.02139.84162.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.93%
GREEN value IS 136 (53.52% from 255) = 25.37%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=39.93%
G=25.37%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413618600.360.130.16321.5448.7568.63
HexD688BA024D101423145
Octal326210272044152050261105
Binary11010110100010001011101001001001101100001010000101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D688BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D688BA; }

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

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

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

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

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

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

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

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