#D688BD

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

Shades of Shocking #D688BD

Tints of Shocking #D688BD

Color information

#D688BD (or 0xD688BD) is unknown color: approx Shocking. HEX triplet: D6, 88 and BD. RGB value is (214,136,189). Sum of RGB (Red+Green+Blue) = 214+136+189=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D688BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688BD is #297742. Grayscale: #A5A5A5. Windows color (decimal): -2717507 or 12421334. OLE color: 12421334.

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

Color convert

RGB214136189-
CMYK00.360.120.16
HSL319.23º48.75%68.63%-
HSV(B)319.23º36.45%83.92%-
XYZ45.7235.5852.6-
YUV165.36141.34162.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.70%
GREEN value IS 136 (53.52% from 255) = 25.23%
BLUE value IS 189 (74.22% from 255) = 35.06%
R=39.70%
G=25.23%
B=35.06%

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
Decimal21413618900.360.120.16319.2348.7568.63
HexD688BD024C1013f3145
Octal326210275044142047761105
Binary11010110100010001011110101001001100100001001111111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D688BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D688BD; }

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

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

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

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

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

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

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

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