#D689BA

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

Shades of Shocking #D689BA

Tints of Shocking #D689BA

Color information

#D689BA (or 0xD689BA) is unknown color: approx Shocking. HEX triplet: D6, 89 and BA. RGB value is (214,137,186). Sum of RGB (Red+Green+Blue) = 214+137+186=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 137 (53.91% from 255 or 25.51% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D689BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689BA is #297645. Grayscale: #A5A5A5. Windows color (decimal): -2717254 or 12224982. OLE color: 12224982.

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

Color convert

RGB214137186-
CMYK00.360.130.16
HSL321.82º48.43%68.82%-
HSV(B)321.82º35.98%83.92%-
XYZ45.5435.7350.95-
YUV165.61139.51162.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.85%
GREEN value IS 137 (53.91% from 255) = 25.51%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=39.85%
G=25.51%
B=34.64%

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
Decimal21413718600.360.130.16321.8248.4368.82
HexD689BA024D101423045
Octal326211272044152050260105
Binary11010110100010011011101001001001101100001010000101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D689BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D689BA; }

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

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

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

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

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

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

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

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