#D689BC

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

Shades of Shocking #D689BC

Tints of Shocking #D689BC

Color information

#D689BC (or 0xD689BC) is unknown color: approx Shocking. HEX triplet: D6, 89 and BC. RGB value is (214,137,188). Sum of RGB (Red+Green+Blue) = 214+137+188=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D689BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689BC is #297643. Grayscale: #A5A5A5. Windows color (decimal): -2717252 or 12356054. OLE color: 12356054.

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

Color convert

RGB214137188-
CMYK00.360.120.16
HSL320.26º48.43%68.82%-
HSV(B)320.26º35.98%83.92%-
XYZ45.7535.8252.08-
YUV165.84140.51162.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.70%
GREEN value IS 137 (53.91% from 255) = 25.42%
BLUE value IS 188 (73.83% from 255) = 34.88%
R=39.70%
G=25.42%
B=34.88%

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
Decimal21413718800.360.120.16320.2648.4368.82
HexD689BC024C101403045
Octal326211274044142050060105
Binary11010110100010011011110001001001100100001010000001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D689BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D689BC; }

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

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

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

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

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

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

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

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