#D692B9

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

Shades of Shocking #D692B9

Tints of Shocking #D692B9

Color information

#D692B9 (or 0xD692B9) is unknown color: approx Shocking. HEX triplet: D6, 92 and B9. RGB value is (214,146,185). Sum of RGB (Red+Green+Blue) = 214+146+185=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D692B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D692B9 is #296D46. Grayscale: #AAAAAA. Windows color (decimal): -2714951 or 12161750. OLE color: 12161750.

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

Color convert

RGB214146185-
CMYK00.320.140.16
HSL325.59º45.33%70.59%-
HSV(B)325.59º31.78%83.92%-
XYZ46.7738.3650.84-
YUV170.78136.03158.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.27%
GREEN value IS 146 (57.42% from 255) = 26.79%
BLUE value IS 185 (72.66% from 255) = 33.94%
R=39.27%
G=26.79%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414618500.320.140.16325.5945.3370.59
HexD692B9020E101462d47
Octal326222271040162050655107
Binary11010110100100101011100101000001110100001010001101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D692B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D692B9; }

 p { color: rgb(214,146,185); }

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

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

 a { background-color: rgb(214,146,185); }

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

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

 span { border-color: rgb(214,146,185); }

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