#D691B6

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

Shades of Shocking #D691B6

Tints of Shocking #D691B6

Color information

#D691B6 (or 0xD691B6) is unknown color: approx Shocking. HEX triplet: D6, 91 and B6. RGB value is (214,145,182). Sum of RGB (Red+Green+Blue) = 214+145+182=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 182 (71.48% from 255 or 33.64% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D691B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D691B6 is #296E49. Grayscale: #A9A9A9. Windows color (decimal): -2715210 or 11964886. OLE color: 11964886.

HSL color Cylindrical-coordinate representation of color #D691B6: hue angle of 327.83º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D691B6 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB214145182-
CMYK00.320.150.16
HSL327.83º45.7%70.39%-
HSV(B)327.83º32.24%83.92%-
XYZ46.337.9249.14-
YUV169.85134.86159.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.56%
GREEN value IS 145 (57.03% from 255) = 26.80%
BLUE value IS 182 (71.48% from 255) = 33.64%
R=39.56%
G=26.80%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414518200.320.150.16327.8345.770.39
HexD691B6020F101482e46
Octal326221266040172051056106
Binary11010110100100011011011001000001111100001010010001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D691B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D691B6; }

 p { color: rgb(214,145,182); }

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

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

 a { background-color: rgb(214,145,182); }

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

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

 span { border-color: rgb(214,145,182); }

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