#D689C1

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

Shades of Shocking #D689C1

Tints of Shocking #D689C1

Color information

#D689C1 (or 0xD689C1) is unknown color: approx Shocking. HEX triplet: D6, 89 and C1. RGB value is (214,137,193). Sum of RGB (Red+Green+Blue) = 214+137+193=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 137 (53.91% from 255 or 25.18% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D689C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689C1 is #29763E. Grayscale: #A6A6A6. Windows color (decimal): -2717247 or 12683734. OLE color: 12683734.

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

Color convert

RGB214137193-
CMYK00.360.100.16
HSL316.36º48.43%68.82%-
HSV(B)316.36º35.98%83.92%-
XYZ46.336.0454.97-
YUV166.41143.01161.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.34%
GREEN value IS 137 (53.91% from 255) = 25.18%
BLUE value IS 193 (75.78% from 255) = 35.48%
R=39.34%
G=25.18%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413719300.360.100.16316.3648.4368.82
HexD689C1024A1013c3045
Octal326211301044122047460105
Binary11010110100010011100000101001001010100001001111001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D689C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D689C1; }

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

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

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

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

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

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

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

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